summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-15 09:18:58 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-15 09:18:58 +0000
commit67aeece2eaf012513df31824eba6e5fbe12175ab (patch)
treed8049f8356a53e2a4509a9239a89660cb697d47a
parent8fab84f50c9bc29e8d5e8c5a546b71714cbb3927 (diff)
-folder names/icons moved 5px to the left
git-svn-id: https://svn.roundcube.net/trunk@1389 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/default/mail.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css
index d268e7f29..f6a769d1e 100644
--- a/roundcubemail/skins/default/mail.css
+++ b/roundcubemail/skins/default/mail.css
@@ -277,7 +277,7 @@ td.formlinks a:visited
{
font-size: 11px;
background: url(images/icons/folder-closed.png) no-repeat;
- background-position: 10px 1px;
+ background-position: 5px 1px;
border-bottom: 1px solid #EBEBEB;
}
@@ -309,7 +309,7 @@ td.formlinks a:visited
#mailboxlist li a
{
display: block;
- padding-left: 32px;
+ padding-left: 25px;
padding-top: 2px;
padding-bottom: 2px;
text-decoration: none;