diff options
author | Victor Benincasa <vbenincasa@gmail.com> | 2013-06-25 05:33:43 -0300 |
---|---|---|
committer | Victor Benincasa <vbenincasa@gmail.com> | 2013-06-25 05:33:43 -0300 |
commit | d7604c8c5907bdb3a7fbab1bd139a844293f1116 (patch) | |
tree | 9a74f726e27325181b1bcc09c8dadac0555e6fee /skins/larry/mail.css | |
parent | 8f42c32c4545aa3048f0e8bc4bd85b046f2dad1f (diff) |
Fix Junk folder alignment when it's nested in inbox folder.
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index f63083e68..e082fe46b 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -195,10 +195,16 @@ a.iconbutton.threadmode.selected { #mailboxlist li.mailbox.junk > a { background-position: 6px -334px; } +#mailboxlist li.mailbox ul li.junk > a { + background-position: 22px -334px; +} #mailboxlist li.mailbox.junk.selected > a { background-position: 6px -358px; } +#mailboxlist li.mailbox ul li.junk.selected > a { + background-position: 22px -358px; +} #mailboxlist li.mailbox.trash > a { background-position: 6px -382px; |