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
+22 -4
View File
@@ -45,11 +45,29 @@ body {
width: 100px;
}
#VNC_status {
padding: 1em;
font-weight: bold;
text-align: center;
#VNC_status_bar td {
padding: 0px;
margin: 0px;
}
#VNC_status_bar div {
font-size: 12px;
font-weight: bold;
text-align: center;
margin: 0px;
padding: 1em;
}
#VNC_status_bar input {
font-size: 10px;
margin: 0px;
padding: 0px;
}
#VNC_status {
text-align: center;
}
#VNC_buttons {
text-align: right;
}
.VNC_status_normal {
color: #fff;
}