summaryrefslogtreecommitdiffstats
path: root/templates/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.css')
-rw-r--r--templates/default.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/default.css b/templates/default.css
index 86e27c8b..186e8912 100644
--- a/templates/default.css
+++ b/templates/default.css
@@ -68,6 +68,17 @@ td {
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
}
+.user_online {
+background-color: green;
+}
+.user_offline {
+background-color: #7f0000;
+}
+.user_disabled {
+background-color: gray;
+}
+
+/* End Online/Offline Style */
th {
padding-right: 10px;
}
@@ -637,6 +648,7 @@ li.current-rating{
}
+
/* TV Page Related Styles */
#tv_control {
float:left;