diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-14 02:04:13 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-14 02:04:13 +0000 |
commit | 8d0e380099110914177e05da96158b639b92f177 (patch) | |
tree | 08a7a54fabc1bf245d0967025a1dcb08b8ad386f | |
parent | f03a93d1c22e3039fd053c321203d393c3e5a336 (diff) | |
download | vdr-plugin-live-8d0e380099110914177e05da96158b639b92f177.tar.gz vdr-plugin-live-8d0e380099110914177e05da96158b639b92f177.tar.bz2 |
Updates
-rw-r--r-- | css/styles.css | 4 | ||||
-rw-r--r-- | pages/schedule.ecpp | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/css/styles.css b/css/styles.css index 101962d..bcf485e 100644 --- a/css/styles.css +++ b/css/styles.css @@ -200,11 +200,12 @@ div.tools { margin: 0; padding: 0; - background: #DEE6EE; + background: #E9EFFF; text-align: center; vertical-align: top; border-left: 1px solid #000000; border-bottom: 1px solid #000000; + border-right: 1px solid #C0C1DA; } div.content { @@ -291,6 +292,7 @@ table.schedule tr td.head { table.schedule tr td { vertical-align: top; padding: 3px 7px 3px 3px; + background: url(http://cerebellum/~michi/bg_line.png) bottom repeat-x; } table.schedule tr td.day { diff --git a/pages/schedule.ecpp b/pages/schedule.ecpp index 019b3ad..579be9a 100644 --- a/pages/schedule.ecpp +++ b/pages/schedule.ecpp @@ -63,7 +63,7 @@ using namespace vdrlive; if (Event->EndTime() <= now && Event != PresentEvent) continue; - active_line = !active_line; + //active_line = !active_line; string title(Event->Title() ? Event->Title() : ""); string short_description(Event->ShortText() ? Event->ShortText() : ""); string description(Event->Description() ? Event->Description() : ""); |