mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-07 04:49:37 +00:00
fix console password & sendkey & css fixes & add scale vb
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user