1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

fix console password & sendkey & css fixes & add scale vb

This commit is contained in:
catborise 2020-06-24 12:39:32 +03:00
parent 48f9ba6d73
commit 4f8a1fd50d
9 changed files with 767 additions and 886 deletions

View file

@ -63,7 +63,6 @@ body
#spice-area
{
height: 100%;
width: 95%;
padding: 0;
margin-left: auto;
@ -74,13 +73,13 @@ body
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border-radius: 1px;
}
.spice-screen
{
min-height: 600px;
height: 100%;
margin: 10px;
margin: 5px;
padding: 0;
background-color: #333333;
}