diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-04 21:24:24 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-04 21:24:24 +0000 |
commit | 140fd7ac69ca46835d01cc8f664a03b879fb71f4 (patch) | |
tree | 44829fcceaa2d77ffd0c9477bd0b830821444c53 /css | |
parent | 48fee4ebb26e644408252d5fd6bfc67eeb15556b (diff) | |
download | vdr-plugin-live-140fd7ac69ca46835d01cc8f664a03b879fb71f4.tar.gz vdr-plugin-live-140fd7ac69ca46835d01cc8f664a03b879fb71f4.tar.bz2 |
- tooltip is now on events title
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css index 09dfc47..2cfce95 100644 --- a/css/styles.css +++ b/css/styles.css @@ -548,6 +548,12 @@ table.schedule tr.active { background: #DEE6EE; } +table.schedule div.more { + margin: 0px; + font-weight: bold; + cursor: pointer; +} + /* ############################## # Blue Background Thingy |