diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-05-09 12:04:38 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-05-09 12:04:38 +0200 |
commit | 1af3d97636caa15463364934276a9f2c99d62f61 (patch) | |
tree | 1a047e5de936b2b8e71cf892973f3009e503e136 /skins/larry/styles.css | |
parent | 672621e389fb35f563e0df02d009484cfd9bea9f (diff) |
Unify lists' records and headers height no matter it's td, li or span
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 14 |
1 files changed, 4 insertions, 10 deletions
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; } |