diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-19 22:36:48 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-19 22:36:48 +0000 |
commit | 836fc38969aa5ac7c81c629a002fea20061ed0ae (patch) | |
tree | da5506abfa7c6aa1f609aa270fd2811abf79a300 /css | |
parent | e5188e9418ed183d5d1a2ad4d3148f3578f2ead1 (diff) | |
download | vdr-plugin-live-836fc38969aa5ac7c81c629a002fea20061ed0ae.tar.gz vdr-plugin-live-836fc38969aa5ac7c81c629a002fea20061ed0ae.tar.bz2 |
- Reintroduced a shortened part of the description in the event box.
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/css/styles.css b/css/styles.css index e303e35..3a7968b 100644 --- a/css/styles.css +++ b/css/styles.css @@ -202,7 +202,7 @@ table td.buttonpanel { */ div.event { width: 255px; - height: 155px; + height: 255px; padding: 0; margin-right: 5px; float: left; @@ -239,7 +239,7 @@ div.station div div div { div.content { width: 253px; - height: 120px; + height: 220px; padding: 0; margin: 0; @@ -252,7 +252,7 @@ div.content { div.content div.tools { float: left; width: 26px; - height: 120px; + height: 220px; margin: 0; padding: 0; @@ -271,8 +271,6 @@ div.content div { div.description { margin: 5px; - font-weight: bold; - cursor: pointer; } div.info { @@ -290,6 +288,12 @@ div.short { margin: 5px; } +div.more { + margin: 5px; + font-weight: bold; + cursor: pointer; +} + /* ############# # Timers ############# |