From 33963747d88119e7f41cb369799a074a501d4522 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 7 Jan 2007 13:02:26 +0000 Subject: debug-version of recordings --- css/styles.css | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) (limited to 'css/styles.css') diff --git a/css/styles.css b/css/styles.css index 2bbc21d..3ed1def 100644 --- a/css/styles.css +++ b/css/styles.css @@ -115,7 +115,7 @@ table.event tr td.content .short { table.timers { margin-top: 10px; - border: 1px solid #6D96A9; + border: 1px solid #6D96A9; } table.timers tr td { @@ -135,12 +135,14 @@ table.timers tr td.head { } /* - * Schedule - */ + ############################## + # Schedule + ############################## +*/ table.schedule { margin-top: 10px; - border: 1px solid #6D96A9; + border: 1px solid #6D96A9; } table.schedule tr td.head { @@ -161,13 +163,16 @@ table.schedule tr.active { background: #DEE6EE; } + /* - * Recordings - */ + ############################## + # Recordings + ############################## +*/ .recordings ul { list-style-type: none; - /* padding: 0px; */ + padding: 0px; margin: 0px; } @@ -175,23 +180,16 @@ table.schedule tr.active { border: 0px solid white; } -table.recording tr td { - vertical-align: top; - padding: 3px 7px 3px 3px; -} - - -table.recording tr.active { - background: #DEE6EE; -} /* - * Remote Control Keypad - */ + ############################## + # Remote Control Keypad + ############################## +*/ table.keypad { margin-top: 10px; - border: 1px solid #6D96A9; + border: 1px solid #6D96A9; } table.keypad tr td.button button { @@ -219,9 +217,9 @@ table.keypad tr td.bluebutton button { } /* - ########################## + ############################## # Error widget - ########################## + ############################## */ table.error { -- cgit v1.2.3