diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-10 21:34:39 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-10 21:34:39 +0000 |
commit | b405e4e3d31ceda6fa3de366d8c5374a160e1266 (patch) | |
tree | f6473215ddd4b747543a02c596f0536c1a03d72b /css | |
parent | 6b9321410df7616f8f5fe29d98da809d4ac40e90 (diff) | |
download | vdr-plugin-live-b405e4e3d31ceda6fa3de366d8c5374a160e1266.tar.gz vdr-plugin-live-b405e4e3d31ceda6fa3de366d8c5374a160e1266.tar.bz2 |
- 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
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 16 |
1 files changed, 10 insertions, 6 deletions
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 |