summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/styles.css4
-rw-r--r--pages/schedule.ecpp2
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() : "");