summaryrefslogtreecommitdiff
path: root/template/default/style.css
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2006-07-07 11:43:39 +0200
committerAndreas Mair <amair.sob@googlemail.com>2006-07-07 11:43:39 +0200
commitf04236038448cce41ff2af10e2d0ccfcd8df378a (patch)
tree33979f482e9c11cf86a0ba10c3d0ed47a1e3d1a4 /template/default/style.css
parentada389d94b34bfef75be700a6cb4e3f05ee102ff (diff)
downloadvdradmin-am-3.4.6rc.tar.gz
vdradmin-am-3.4.6rc.tar.bz2
2006-07-07: 3.4.6rcv3.4.6rc
- Replaced: Makefiles by make.sh (run "./make.sh" for usage information"). - Removed: LinVDR logo. - Changed: colors in timeline. - Fixed: layout problems in prog_summary detail view (Reported by Sven Soltau). - Fixed: moving forward/backward at the end/start of a month (Reported by foobar42).
Diffstat (limited to 'template/default/style.css')
-rw-r--r--template/default/style.css19
1 files changed, 11 insertions, 8 deletions
diff --git a/template/default/style.css b/template/default/style.css
index 79c2d64..301e377 100644
--- a/template/default/style.css
+++ b/template/default/style.css
@@ -478,24 +478,27 @@ body.help .heading {
top: 32px;
left: 3px;
}
+#prog_timeline .timertable,
#prog_timeline .prgtable {
- border-color: #c4cdd7;
-}
-#prog_timeline .timertable {
- background: red;
- border-color: #ffcdd7;
+ border-color: #6d96a9;
}
#prog_timeline #timeline {
background: red;
}
#prog_timeline .color_current {
- background-color: #e6ffe9;
+/*TODO xbackground-color: #e6ffe9;*/
+ background-color: #b4e29c;
+}
+#prog_timeline .color_summary {
+ background-color: #dee6ee;
}
#prog_timeline .color_broadcast {
- background-color: #f7fffa;
+/*TODO background-color: #f7fffa;*/
+ background-color: #ffffff;
}
#prog_timeline .color_timer {
- background-color: #ffeee9;
+/*TODO xbackground-color: #ffeee9;*/
+ background-color: #ffb2b4;
}
#prog_timeline .color_spacer {
background-color: #e0e0e0;