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/mail.css | |
parent | becca08e44a4a639d1aa21e94514dcbe3fb45cfc (diff) |
Reducing paddings in lists to save some vertical space
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 1b83112a1..d76c94bc8 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -204,7 +204,7 @@ a.iconbutton.threadmode.selected { #mailboxlist li.mailbox div.collapsed, #mailboxlist li.mailbox div.expanded { position: absolute; - top: 14px; + top: 13px; left: 20px; width: 14px; height: 14px; @@ -219,12 +219,12 @@ a.iconbutton.threadmode.selected { #mailboxlist li.mailbox ul li div.collapsed, #mailboxlist li.mailbox ul li div.expanded { left: 45px; - top: 15px; + top: 14px; } #mailboxlist li.mailbox .unreadcount { position: absolute; - top: 4px; + top: 3px; right: 6px; min-width: 1.8em; padding: 2px 4px; @@ -308,7 +308,7 @@ a.iconbutton.threadmode.selected { #messagelist tr td.flag, #messagelist tr td.priority { width: 20px; - padding: 3px; + padding: 2px 3px; } .chrome #messagelist tr td.attachment, |