From 1af3d97636caa15463364934276a9f2c99d62f61 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 9 May 2014 12:04:38 +0200 Subject: Unify lists' records and headers height no matter it's td, li or span --- skins/larry/styles.css | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'skins/larry/styles.css') diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 111049f8b..1baca0963 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1113,19 +1113,14 @@ a.iconlink.upload { .uibox .listing thead td { font-size: 12px; font-weight: bold; - padding: 10px 8px 3px 8px; - height: 20px; /* doesn't affect table-cells in FF */ + padding: 7px 8px 6px 8px; + line-height: 20px; margin: 0; text-shadow: 0px 1px 1px #fff; border-bottom: 1px solid #bbd3da; white-space: nowrap; } -.uibox .listing thead td { - padding-bottom: 8px; - height: auto; -} - .uibox .boxtitle, .uibox .listing thead td { background: #b0ccd7; @@ -1153,14 +1148,13 @@ a.iconlink.upload { text-shadow: 0px 1px 1px #fff; text-decoration: none; cursor: default; - padding: 6px 8px 2px 8px; - height: 17px; /* doesn't affect table-cells in FF */ + padding: 4px 8px; + line-height: 17px; white-space: nowrap; } .listing tbody td { display: table-cell; - padding-bottom: 5px; height: auto; min-height: 14px; } -- cgit v1.2.3