From 62ece78abdf89523121503b807c2ad6552bbd325 Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Sat, 13 Jan 2007 23:40:50 +0000 Subject: Bugfixes --- css/styles.css | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) (limited to 'css/styles.css') 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; +} + /* ############################## -- cgit v1.2.3