diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-14 01:04:48 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-14 01:04:48 +0000 |
commit | f03a93d1c22e3039fd053c321203d393c3e5a336 (patch) | |
tree | 3d7a8dad35c7a2dfcd8e33e57edc2be850a83487 /css | |
parent | 62ece78abdf89523121503b807c2ad6552bbd325 (diff) | |
download | vdr-plugin-live-f03a93d1c22e3039fd053c321203d393c3e5a336.tar.gz vdr-plugin-live-f03a93d1c22e3039fd053c321203d393c3e5a336.tar.bz2 |
Send detailed recordings information on the recordings page.
To make it visieble we still need to activate the tooltip javascript.
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/css/styles.css b/css/styles.css index 249711a..101962d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -171,16 +171,16 @@ div.event div.station { div.station div { margin: 0; padding: 0; - background: url(/bg_box_l.png) top left no-repeat; + background: url(bg_box_l.png) top left no-repeat; height: 23px; } div.station div div { - background: url(/bg_box_r.png) top right no-repeat; + background: url(bg_box_r.png) top right no-repeat; } div.station div div div { - background: url(/bg_box_h.png) repeat-x; + background: url(bg_box_h.png) repeat-x; vertical-align: middle; text-align: left; margin-right: 3px; @@ -220,6 +220,7 @@ div.content { div.tools img { margin: 5px 2px; + border: 0px; } div.description { @@ -312,15 +313,15 @@ table.schedule tr.active { div.boxheader { margin: 0; padding: 0; - background: url(/bg_box_l.png) top left no-repeat; + background: url(bg_box_l.png) top left no-repeat; } div.boxheader div { - background: url(/bg_box_r.png) top right no-repeat; + background: url(bg_box_r.png) top right no-repeat; } div.boxheader div div { - background: url(/bg_box_h.png) repeat-x; + background: url(bg_box_h.png) repeat-x; vertical-align: middle; text-align: left; margin-right: 3px; @@ -330,6 +331,7 @@ div.boxheader div div { color: white; font-weight: bold; height: 21px; + line-height: 20px; } @@ -381,6 +383,24 @@ div.recording_item { margin-left: 3em; } +div.recordings_data { + width: 66%; +} + +.recordings_data div.re_shortdescr { + width: 50%; + height: 25%; +} + +.recordings_data div.re_longdescr { + width: 66%; + height: 50%; +} + +.recordings_data div.re_content { + border: 1px solid black; +} + /* ############################## # Remote Control Keypad |