diff options
author | martin <martin@localhost.localdomain> | 2010-11-21 18:30:58 +0100 |
---|---|---|
committer | martin <martin@localhost.localdomain> | 2010-11-21 18:30:58 +0100 |
commit | 58d45a59453e5ceb597507bfba27afaada5ad25e (patch) | |
tree | c51e1c4ee8c54bbf3ab44fe82f1eb91521756eb2 /css | |
parent | 56f963c0a702faa5f2de9b912a8c348b6a00f486 (diff) | |
download | vdr-plugin-live-58d45a59453e5ceb597507bfba27afaada5ad25e.tar.gz vdr-plugin-live-58d45a59453e5ceb597507bfba27afaada5ad25e.tar.bz2 |
- added channel group selection, various fixes
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/css/styles.css b/css/styles.css index 35b2119..5090844 100644 --- a/css/styles.css +++ b/css/styles.css @@ -887,6 +887,10 @@ table.mschedule tr td.event { border-bottom: 1px solid #C0C1DA; } +table.mschedule tr td.has_timer { + background-color: #FFE0E0; +} + table.mschedule tr.odd td.time { background-color: #D0D0ff; } @@ -905,7 +909,7 @@ table.mschedule tr td.leftcol { } table.mschedule div.content1 { - min-width: 20em; + min-width: 10em; max-width: 30em; } |