From b95797c9953c28f529f0f11f0a3360fe245665b9 Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Sun, 7 Jan 2007 21:21:03 +0000 Subject: Imageheight now fits --- css/styles.css | 11 ++++++----- 1 file 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; } -- cgit v1.2.3