diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-07 13:02:26 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-07 13:02:26 +0000 |
commit | 33963747d88119e7f41cb369799a074a501d4522 (patch) | |
tree | 3f579cd113799b85b67289af7b8c0aa237cdbb75 /css | |
parent | 336140c98b57fa88798564c421e5d2da50ce0e19 (diff) | |
download | vdr-plugin-live-33963747d88119e7f41cb369799a074a501d4522.tar.gz vdr-plugin-live-33963747d88119e7f41cb369799a074a501d4522.tar.bz2 |
debug-version of recordings
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 40 |
1 files changed, 19 insertions, 21 deletions
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 { |