From 0b179e0847f5108f31567bc004a61044ebd1aca3 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 20 Jan 2012 07:50:16 -0500
Subject: [PATCH] Finalize icons for Larry

---
 skins/larry/images/listicons.png |    0 
 skins/larry/mail.css             |   24 ++++++++++++++++++------
 2 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/skins/larry/images/listicons.png b/skins/larry/images/listicons.png
index 67348a9..6b34cb0 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 002a7ab..73c7672 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -209,9 +209,9 @@
 #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 @@
 	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 @@
 	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,

--
Gitblit v1.9.1