From 8c4f09dd4e25bae86d580c86e17399d39fb2616f Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 20 Jun 2012 05:10:13 -0400
Subject: [PATCH] Fix icon for multipart/report messages in Larry skin (#1488524)

---
 CHANGELOG                        |    1 +
 skins/larry/images/listicons.png |    0 
 skins/larry/mail.css             |    6 ++++++
 3 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index fc78ee9..32df4ef 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
 CHANGELOG Roundcube Webmail
 ===========================
 
+- Show dedicated icon for multipart/report messages (#1488524)
 - Properly hide text of icon links/buttons (#1488534)
 - Fix handling of unitless CSS size values in HTML message (#1488535)
 - Fix removing contact photo using LDAP addressbook (#1488420)
diff --git a/skins/larry/images/listicons.png b/skins/larry/images/listicons.png
index e137887..809358c 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 afa74cd..fc924ff 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -482,12 +482,18 @@
 #messagelist tbody tr td.attachment span.attachment {
 	background-position: 0 -996px;
 }
+
 #messagelist thead tr td.attachment span.attachment {
 	background-position: -24px -997px;
 }
 
+#messagelist tbody tr td.attachment span.report {
+	background-position: -24px -1116px;
+}
+
 #messagelist tr td.priority {
 	padding-right: 0;
+	text-align: right;
 }
 
 #messagelist tr td.priority span.prio5 {

--
Gitblit v1.9.1