summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/styles.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css
index 8d17ee7..793e662 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -150,6 +150,37 @@ table.schedule tr.active {
<#
##########################
+ # Recordings
+ ##########################
+#>
+
+table.recording {
+ margin-top: 10px;
+ border: 1px solid #6D96A9;
+}
+
+table.recording tr td.head {
+ background: #6D96A9;
+ color: white;
+ font-weight: bold;
+ margin: 0;
+ padding: 3px;
+}
+
+table.recording tr td {
+ vertical-align: top;
+ padding: 3px 7px 3px 3px;
+}
+
+
+table.recording tr.active {
+ background: #DEE6EE;
+}
+
+
+
+<#
+ ##########################
# Remote Control Keypad
##########################
#>