diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-04-08 19:38:41 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-04-08 19:38:41 +0200 |
commit | 54df4f849216084b7056e59f793c592e81c97e68 (patch) | |
tree | 09036d2320e026d9fa5ea442d137d7a0b8642c47 /css | |
parent | 78c2040f1265845f1e0919c4107426b7cc1cf684 (diff) | |
download | vdr-plugin-live-54df4f849216084b7056e59f793c592e81c97e68.tar.gz vdr-plugin-live-54df4f849216084b7056e59f793c592e81c97e68.tar.bz2 |
display length of recordings (#451)
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css index ae09f78..25b82ca 100644 --- a/css/styles.css +++ b/css/styles.css @@ -921,6 +921,10 @@ div.recording_item { width: 5.75em; } +.recording_item div.recording_duration { + width: 2.5em; +} + .recording_item div.recording_name { font-weight: bold; cursor: pointer; |