summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-01-13 23:40:50 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-01-13 23:40:50 +0000
commit62ece78abdf89523121503b807c2ad6552bbd325 (patch)
tree0c431ed41bd27aa805c5f42a2062feb6f13b6462 /css
parent5e5dca28a6705c39b24741235beb3d0636641f4f (diff)
downloadvdr-plugin-live-62ece78abdf89523121503b807c2ad6552bbd325.tar.gz
vdr-plugin-live-62ece78abdf89523121503b807c2ad6552bbd325.tar.bz2
Bugfixes
Diffstat (limited to 'css')
-rw-r--r--css/styles.css39
1 files changed, 37 insertions, 2 deletions
diff --git a/css/styles.css b/css/styles.css
index e32f95a..249711a 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -275,8 +275,8 @@ table.timers tr td.head {
*/
table.schedule {
- margin-top: 10px;
- border: 1px solid #6D96A9;
+ margin: 10px 0 0 0 ;
+ padding: 0;
}
table.schedule tr td.head {
@@ -292,11 +292,46 @@ table.schedule tr td {
padding: 3px 7px 3px 3px;
}
+table.schedule tr td.day {
+ vertical-align: top;
+ padding: 0;
+ margin: 0;
+ border:none;
+}
table.schedule tr.active {
background: #DEE6EE;
}
+/*
+ ##############################
+ # Blue Baground Thingy
+ ##############################
+*/
+
+div.boxheader {
+ margin: 0;
+ padding: 0;
+ background: url(/bg_box_l.png) top left no-repeat;
+}
+
+div.boxheader div {
+ background: url(/bg_box_r.png) top right no-repeat;
+}
+
+div.boxheader div div {
+ background: url(/bg_box_h.png) repeat-x;
+ vertical-align: middle;
+ text-align: left;
+ margin-right: 3px;
+ margin-left: 3px;
+ padding-left: 5px;
+ padding-top: 2px;
+ color: white;
+ font-weight: bold;
+ height: 21px;
+}
+
/*
##############################