summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Benincasa <vbenincasa@gmail.com>2013-06-25 05:38:57 -0300
committerVictor Benincasa <vbenincasa@gmail.com>2013-06-25 05:38:57 -0300
commit856ec447fa0a7ddd0ad19ed57fc0031040037284 (patch)
tree7d3d18c5db6f92e2d30a2a5a4e2ed16c2f691181
parente221786bbea6a6e9c50d99ea56f2f84ec5c78c90 (diff)
Fix Junk folder alignment when it's nested in inbox folder.
-rw-r--r--skins/larry/mail.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 48dcb6c99..0366a2db7 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -2,7 +2,7 @@
* Roundcube webmail styles for the Email section
*
* Copyright (c) 2012, The Roundcube Dev Team
- * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com
+ * Screendesign by FLINT / B�ro f�r Gestaltung, bueroflint.com
*
* The contents are subject to the Creative Commons Attribution-ShareAlike
* License. It is allowed to copy, distribute, transmit and to adapt the work
@@ -191,10 +191,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;