diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-07 21:21:03 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-07 21:21:03 +0000 |
commit | b95797c9953c28f529f0f11f0a3360fe245665b9 (patch) | |
tree | 683e657e7a17d6ef0365a307c0ec6f5f0801bf26 | |
parent | effe344d46ba1e627535063138a8bb066747b1a7 (diff) | |
download | vdr-plugin-live-b95797c9953c28f529f0f11f0a3360fe245665b9.tar.gz vdr-plugin-live-b95797c9953c28f529f0f11f0a3360fe245665b9.tar.bz2 |
Imageheight now fits
-rw-r--r-- | css/styles.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/css/styles.css b/css/styles.css index 3770ff2..352936e 100644 --- a/css/styles.css +++ b/css/styles.css @@ -187,7 +187,7 @@ div.info { table.event tr td.station { margin: 0; padding: 0; - height: 25px; + height: 23px; } table.event tr td.content .title { @@ -368,7 +368,7 @@ table.edit tr.active { td.station div { margin: 0; padding: 0; - height: 25px; + height: 23px; background: url(/bg_box_l.png) top left no-repeat; cursor: pointer; color: white; @@ -379,13 +379,14 @@ td.station div { td.station div div { background: url(/bg_box_r.png) top right no-repeat; margin-left: 3px; - height: 25px; + height: 23px; } td.station div div div { margin: 0 3px 0 0px; - padding: 5px; + padding: 2px; background: url(/bg_box_h.png) repeat-x; - height: 25px; + height: 23px; vertical-align: middle; + text-align: left; } |