From 22a7d78d3853015d07620908691c897535dbea8f Mon Sep 17 00:00:00 2001
From: Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>
Date: Tue, 9 Jan 2007 23:26:42 +0000
Subject: layout with with for the date and time of recordings entries.

---
 css/styles.css | 25 ++++++-------------------
 1 file changed, 6 insertions(+), 19 deletions(-)

(limited to 'css/styles.css')

diff --git a/css/styles.css b/css/styles.css
index 326d816..9e15d29 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -309,11 +309,9 @@ table.schedule tr.active {
         margin: 0px;
 }
 
-.recordings img {
-        border: 0px solid white;
-}
-
-.recording li {
+div.recording_item {
+	overflow: hidden;
+        border: 0px dotted green;
 }
 
 .recording_item div {
@@ -321,32 +319,21 @@ table.schedule tr.active {
 }
 
 .recording_item div.recording_day {
-        width: 2.5em;
+        width: 2.25em;
 }
 
 .recording_item div.recording_date {
-        width: 6em;
+        width: 5.25em;
 }
 
 .recording_item div.recording_time {
-	width: 6em;
+	width: 5.75em;
 }
 
 .recording_item div.recording_name {
 	font-weight: bold;
 }
 
-.recordings ul {
-	clear: both;
-}
-
-.recording_item div.recording_clear {
-	clear: both;
-        width: 0px;
-	height: 0px;
-}
-
-
 /*
   ##############################
   #  Remote Control Keypad
-- 
cgit v1.2.3