diff options
author | thomascube <thomas@roundcube.net> | 2012-01-18 15:10:25 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-18 15:10:25 +0000 |
commit | 6efab08e491ec6284784679db03bee95d214b586 (patch) | |
tree | 33778d088494f7ebd5690f83a7cc6d30b41844ef /skins | |
parent | 31579dfdf4adc2fee37767c881f754791bd65e83 (diff) |
Let some room for the unread count bubble
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/mail.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 2e9f88629..6d0327a5c 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -124,6 +124,10 @@ a.iconbutton.threadmode.selected { background-position: 6px 3px; } +#mailboxlist li.mailbox.unread a { + padding-right: 36px; +} + #mailboxlist li.mailbox.selected > a { background-position: 6px -21px; } |