diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-18 15:10:25 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-18 15:10:25 +0000 |
| commit | f8d99bc7341dad989b7152056f76636f093b78c2 (patch) | |
| tree | bcc5d4628702653998d6727f45d4de64123c1cd3 | |
| parent | c0a6ee5cdf698e3708743446a469f67916a1d75a (diff) | |
Let some room for the unread count bubble
git-svn-id: https://svn.roundcube.net/trunk@5795 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/larry/mail.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |
