diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-09 00:36:09 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-09 00:36:09 +0000 |
commit | 8f608826a1c9aa6024010a3970d61657c505c96a (patch) | |
tree | e9906f52ede429e69ac61aa6011099ea2ad994fb /css | |
parent | 334c4988bb1a71ab1253245370db19c93a19bdf0 (diff) | |
download | vdr-plugin-live-8f608826a1c9aa6024010a3970d61657c505c96a.tar.gz vdr-plugin-live-8f608826a1c9aa6024010a3970d61657c505c96a.tar.bz2 |
fixed page layout (partly by Michi)
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 40 |
1 files changed, 37 insertions, 3 deletions
diff --git a/css/styles.css b/css/styles.css index aeca93b..326d816 100644 --- a/css/styles.css +++ b/css/styles.css @@ -171,7 +171,7 @@ div.station div { margin: 0; padding: 0; background: url(/bg_box_l.png) top left no-repeat; - height: 23px; + height: 23px; } div.station div div { @@ -198,7 +198,7 @@ div.tools { height: 220px; margin: 0; padding: 0; - + background: #DEE6EE; text-align: center; vertical-align: top; @@ -212,7 +212,7 @@ div.content { padding: 0; margin: 0; margin-left: 25px; - + border-right: 1px solid #000000; border-bottom: 1px solid #000000; } @@ -313,6 +313,40 @@ table.schedule tr.active { border: 0px solid white; } +.recording li { +} + +.recording_item div { + float: left; +} + +.recording_item div.recording_day { + width: 2.5em; +} + +.recording_item div.recording_date { + width: 6em; +} + +.recording_item div.recording_time { + width: 6em; +} + +.recording_item div.recording_name { + font-weight: bold; +} + +.recordings ul { + clear: both; +} + +.recording_item div.recording_clear { + clear: both; + width: 0px; + height: 0px; +} + + /* ############################## # Remote Control Keypad |