From f8d99bc7341dad989b7152056f76636f093b78c2 Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 18 Jan 2012 15:10:25 +0000 Subject: Let some room for the unread count bubble git-svn-id: https://svn.roundcube.net/trunk@5795 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/larry/mail.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roundcubemail/skins/larry/mail.css b/roundcubemail/skins/larry/mail.css index 2e9f88629..6d0327a5c 100644 --- a/roundcubemail/skins/larry/mail.css +++ b/roundcubemail/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; } -- cgit v1.2.3