From 4e8c17d9c329c21ac266837b52f30bec52066dc7 Mon Sep 17 00:00:00 2001
From: Thomas Keil <tkeil (at) datacrystal (dot) de>
Date: Sun, 25 Mar 2007 13:21:42 +0000
Subject: Fixed some stuff

---
 css/styles.css | 28 ++++++++++++++++++++++++----
 1 file changed, 24 insertions(+), 4 deletions(-)

(limited to 'css/styles.css')

diff --git a/css/styles.css b/css/styles.css
index 4d7cff3..3cbee62 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -228,6 +228,7 @@ div.head_box_m {
 	padding: 0;
 }
 
+
 div.head_box_r {
 	background-image: url(bg_header_r.png);
 	background-position: top right;
@@ -305,6 +306,17 @@ div.station div div div {
 	font-weight: bold;
 }
 
+div.station div div div a {
+	color: #ffffff;
+	font-weight: bold;
+	text-decoration: none;
+}
+
+div.station div div div a:hover {
+	text-decoration: underline;
+}
+
+
 div.content {
 	width: 253px;
 	height: 220px;
@@ -391,24 +403,32 @@ div.__progress div.__elapsed {
 */
 
 table.timers {
+	padding: 0;
+	margin: 0;
 	margin-top: 10px;
-	border: 1px solid #6D96A9;
 }
 
 table.timers tr td {
 	padding: 3px 7px 3px 3px;
 }
 
+table.timers tr td.border {
+	padding: 0;
+	margin: 0;
+	width: 1px;
+}
+
 table.timers tr.active {
 	background: #DEE6EE;
 }
 
-table.timers tr td.head {
-	background: #6D96A9;
+table.timers tr.head td {
 	color: white;
 	font-weight: bold;
 	margin: 0;
-	padding: 3px;
+	padding: 0;
+	background: url(bg_box_h.png) repeat-x;
+	height: 23px;
 }
 
 /*
-- 
cgit v1.2.3