Add CtrlAltDel send button to status bar.

Some default_controls.js jslinting.

Needs to be some modularity between controls you probably always want
(like sending CtrlAltDel) and how the interface is presented and
controlled.
This commit is contained in:
Joel Martin
2010-06-15 17:47:01 -05:00
parent 15046f0042
commit 63708ff5a8
5 changed files with 107 additions and 23 deletions

View File

@@ -26,11 +26,28 @@
width: 100px;
}
#VNC_status {
#VNC_status_bar td {
margin-top: 15px;
text-align: center;
/*background: #eee;*/
padding: 0px;
margin: 0px;
}
#VNC_status_bar div {
font-size: 12px;
margin: 0px;
padding: 0px;
}
#VNC_status_bar input {
font-size: 10px;
margin: 0px;
padding: 0px;
}
#VNC_status {
text-align: center;
}
#VNC_buttons {
text-align: right;
}
.VNC_status_normal {
background: #eee;
}