From 6efab08e491ec6284784679db03bee95d214b586 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 18 Jan 2012 10:10:25 -0500 Subject: [PATCH] Let some room for the unread count bubble --- 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 2e9f886..6d0327a 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -124,6 +124,10 @@ background-position: 6px 3px; } +#mailboxlist li.mailbox.unread a { + padding-right: 36px; +} + #mailboxlist li.mailbox.selected > a { background-position: 6px -21px; } -- Gitblit v1.9.1