From b405e4e3d31ceda6fa3de366d8c5374a160e1266 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Wed, 10 Jan 2007 21:34:39 +0000 Subject: - additional buttons in recordings at the right - Adjusted styles for recordings - recodings folders are now on top of one group - changed some images and added play.png --- css/styles.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'css/styles.css') diff --git a/css/styles.css b/css/styles.css index 74208f1..fa2b215 100644 --- a/css/styles.css +++ b/css/styles.css @@ -308,17 +308,17 @@ div.recordings { .recordings ul { list-style-type: none; - padding: 0px; - margin: 0px; + padding: 0px; + margin: 0px; } div.recording_item { overflow: hidden; - border: 0px dotted green; + border: 0px dotted green; } .recording_item div { - float: left; + float: left; } .recording_item div.recording_imgs{ @@ -326,11 +326,10 @@ div.recording_item { } .recording_item div.recording_day { - width: 2.25em; } .recording_item div.recording_date { - width: 5.25em; + width: 5.25em; } .recording_item div.recording_time { @@ -341,6 +340,11 @@ div.recording_item { font-weight: bold; } +.recording_item div.recording_actions { + float: right; + margin-left: 3em; +} + /* ############################## # Remote Control Keypad -- cgit v1.2.3