diff options
author | thomascube <thomas@roundcube.net> | 2012-01-05 23:04:15 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-05 23:04:15 +0000 |
commit | cdb9556c4235e6f8f0d644b8725385250ad427c1 (patch) | |
tree | 34a233b195d286c60dc095f67eae28c4b004f66a /skins/larry/styles.css | |
parent | becca08e44a4a639d1aa21e94514dcbe3fb45cfc (diff) |
Reducing paddings in lists to save some vertical space
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index edb3077f7..0af131b86 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -727,7 +727,7 @@ a.iconlink.upload { text-shadow: 0px 1px 1px #fff; text-decoration: none; cursor: default; - padding: 7px 8px 2px 8px; + padding: 6px 8px 2px 8px; height: 17px; /* doesn't affect table-cells in FF */ white-space: nowrap; } @@ -937,13 +937,13 @@ table.records-table { .records-table thead td a, .records-table thead td span { display: block; - padding: 8px 7px; + padding: 7px 7px; color: #69939e; text-decoration: none; } .records-table tbody td { - padding: 3px 7px; + padding: 2px 7px; border-bottom: 1px solid #ddd; border-left: 1px dotted #bbd3da; white-space: nowrap; |