diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-27 15:39:37 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-27 15:39:37 +0000 |
commit | c3ae39dee85f1a23f4a54573ece55122e6d07f62 (patch) | |
tree | 655adc29ad992da5afcd7b5b1055821a2546de33 /css | |
parent | 71eea8b631b7f2ecdece0c10799759a59606699e (diff) | |
download | vdr-plugin-live-c3ae39dee85f1a23f4a54573ece55122e6d07f62.tar.gz vdr-plugin-live-c3ae39dee85f1a23f4a54573ece55122e6d07f62.tar.bz2 |
Headerline for each timerbox
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/css/styles.css b/css/styles.css index eea1a8b..b2310bd 100644 --- a/css/styles.css +++ b/css/styles.css @@ -486,7 +486,7 @@ table.timers { table.timers tr td { padding: 3px 7px 3px 3px; background: url(bg_line.png) bottom repeat-x; - border-bottom: 1px solid #C0C1DA; + border-bottom: 1px solid #C0C1DA; } table.timers td.border { @@ -504,6 +504,11 @@ table.timers tr.head td { height: 23px; } +table.timers tr.description td { + font-weight: bold; + background: #E9EFFF; +} + /* ############################## # Schedule @@ -641,7 +646,6 @@ div.screenshot { margin-right: 20px; } -*/ /* ############################## |