summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-01-20 12:50:16 +0000
committerthomascube <thomas@roundcube.net>2012-01-20 12:50:16 +0000
commit0b179e0847f5108f31567bc004a61044ebd1aca3 (patch)
treef7e06fd91ea0ceb07467d72acba4f0de59f0a71f
parent0ac41603d424a889e83b156b3128581eec0f931f (diff)
Finalize icons for Larry
-rw-r--r--skins/larry/images/listicons.pngbin25360 -> 25802 bytes
-rw-r--r--skins/larry/mail.css24
2 files changed, 18 insertions, 6 deletions
diff --git a/skins/larry/images/listicons.png b/skins/larry/images/listicons.png
index 67348a950..6b34cb080 100644
--- a/skins/larry/images/listicons.png
+++ b/skins/larry/images/listicons.png
Binary files differ
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 002a7ab90..73c7672e6 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -209,9 +209,9 @@ a.iconbutton.threadmode.selected {
#mailboxlist li.mailbox div.expanded {
position: absolute;
top: 13px;
- left: 20px;
- width: 14px;
- height: 14px;
+ left: 19px;
+ width: 13px;
+ height: 13px;
background: url(images/listicons.png) -3px -144px no-repeat;
cursor: pointer;
}
@@ -220,9 +220,18 @@ a.iconbutton.threadmode.selected {
background-position: -3px -168px;
}
+#mailboxlist li.mailbox.selected > div.collapsed {
+ background-position: -23px -144px;
+}
+
+#mailboxlist li.mailbox.selected > div.expanded {
+ background-position: -23px -168px;
+}
+
+
#mailboxlist li.mailbox ul li div.collapsed,
#mailboxlist li.mailbox ul li div.expanded {
- left: 45px;
+ left: 43px;
top: 14px;
}
@@ -477,9 +486,12 @@ a.iconbutton.threadmode.selected {
background-position: -24px -1036px;
}
-#messagelist tr td.flag span.unflagged:hover,
#messagelist tr td.status span.msgicon:hover {
- background-position: 0 -1056px;
+ background-position: -23px -1056px;
+}
+
+#messagelist tr td.flag span.unflagged:hover {
+ background-position: -23px -1076px;
}
#messagelist tr td.subject span.msgicon,