diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-29 09:36:40 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-29 09:36:40 +0000 |
| commit | 16ce907edc12afbe1bfedddfdf14733d45f9bddf (patch) | |
| tree | db2ce8ec15f1b30507dc04db24bec87cdfbce1d6 /roundcubemail | |
| parent | b126841d012c8b2f2ad06a8894a480b2b51556fd (diff) | |
Fix folder list sprites
git-svn-id: https://svn.roundcube.net/trunk@2566 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 649699be1..6b6d10262 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -409,27 +409,27 @@ td.formlinks a:visited #mailboxlist li.inbox { - background-position: 5px -15px; + background-position: 5px -19px; } #mailboxlist li.drafts { - background-position: 5px -31px; + background-position: 5px -39px; } #mailboxlist li.sent { - background-position: 5px -47px; + background-position: 5px -59px; } #mailboxlist li.junk { - background-position: 5px -63px; + background-position: 5px -79px; } #mailboxlist li.trash { - background-position: 5px -79px; + background-position: 5px -99px; } #mailboxlist li a |
