Add styling classes for status line state.

This commit is contained in:
Joel Martin
2010-05-16 19:58:51 -05:00
parent b92e282ad7
commit 3c1bead9a0
3 changed files with 24 additions and 6 deletions
+9
View File
@@ -29,8 +29,17 @@
#VNC_status {
margin-top: 15px;
text-align: center;
/*background: #eee;*/
}
.VNC_status_normal {
background: #eee;
}
.VNC_status_error {
background: #f44;
}
.VNC_status_warn {
background: #ff4;
}
/* Do not set width/height for VNC_screen or VNC_canvas or incorrect
* scaling will occur. Canvas resizes to remote VNC settings */