diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-09 23:26:42 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-09 23:26:42 +0000 |
commit | 22a7d78d3853015d07620908691c897535dbea8f (patch) | |
tree | db53b39c863327288e3ff9def594fc53c0f4c3c6 /css | |
parent | f55b1509a9d0e766bfbebd280abc8ab8afd6ff39 (diff) | |
download | vdr-plugin-live-22a7d78d3853015d07620908691c897535dbea8f.tar.gz vdr-plugin-live-22a7d78d3853015d07620908691c897535dbea8f.tar.bz2 |
layout with with for the date and time of recordings entries.
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/css/styles.css b/css/styles.css index 326d816..9e15d29 100644 --- a/css/styles.css +++ b/css/styles.css @@ -309,11 +309,9 @@ table.schedule tr.active { margin: 0px; } -.recordings img { - border: 0px solid white; -} - -.recording li { +div.recording_item { + overflow: hidden; + border: 0px dotted green; } .recording_item div { @@ -321,32 +319,21 @@ table.schedule tr.active { } .recording_item div.recording_day { - width: 2.5em; + width: 2.25em; } .recording_item div.recording_date { - width: 6em; + width: 5.25em; } .recording_item div.recording_time { - width: 6em; + width: 5.75em; } .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 |