summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-01-18 15:10:25 +0000
committerthomascube <thomas@roundcube.net>2012-01-18 15:10:25 +0000
commit6efab08e491ec6284784679db03bee95d214b586 (patch)
tree33778d088494f7ebd5690f83a7cc6d30b41844ef /skins
parent31579dfdf4adc2fee37767c881f754791bd65e83 (diff)
Let some room for the unread count bubble
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css4
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;
}