Implement XVP UI in HTML

This commit is contained in:
Malcolm Scott
2013-09-28 19:25:15 +01:00
committed by Solly Ross
parent a856a051da
commit fb35d50f6a
5 changed files with 145 additions and 2 deletions

View File

@@ -49,12 +49,19 @@ html {
float:right;
}
#noVNC_buttons {
white-space: nowrap;
}
#noVNC_view_drag_button {
display: none;
}
#sendCtrlAltDelButton {
display: none;
}
#noVNC_xvp_buttons {
display: none;
}
#noVNC_mobile_buttons {
display: none;
}
@@ -196,6 +203,16 @@ html {
border-radius:10px;
}
#noVNC_xvp {
display:none;
margin-top:73px;
right:30px;
position:fixed;
}
#noVNC_xvp.top:after {
right:125px;
}
#noVNC_clipboard {
display:none;
margin-top:73px;