diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-03 18:13:21 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-03 18:13:21 +0000 |
commit | e086df75301b2d17a3f6caacfa735d4c705b878b (patch) | |
tree | d884b0cc4f1d0d6e61660b40f71906ce85392654 /styles.css | |
parent | 8b0410e4488f08f8df01dd18a7fbf2876c5c45a5 (diff) | |
download | vdr-plugin-live-e086df75301b2d17a3f6caacfa735d4c705b878b.tar.gz vdr-plugin-live-e086df75301b2d17a3f6caacfa735d4c705b878b.tar.bz2 |
verschwindet eh gleich
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 30 |
1 files changed, 27 insertions, 3 deletions
@@ -46,12 +46,35 @@ div.head_box { div.event { width: 250px; - height: 250px; float: left; border: 1px solid #6D96A9; margin: 2px; } +div.event div.tools { + width: 20px; + height: 225px; + float: left; + background: #DEE6EE; + padding: 2px; + margin: 0px; +} + +div.event div.content { + float: left; + margin: 0; + padding: 5px; + height: 225px; +} + +div.event div.content. div.description { + overflow: auto; +} + +div.event div.content p { + +} + div.event .station { background: #6D96A9; color: white; @@ -60,10 +83,11 @@ div.event .station { padding: 3px 3px 3px 10px; } -div.event .title { +div.event div.content .title { font-weight: bold; } -div.event .short { +div.event div.content .short { font-size: 11px; } + |