From f202a7e8b17c5284daf554c2de91a1ec68c76da0 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <machniak@kolabsys.com>
Date: Fri, 25 Oct 2013 14:14:53 -0400
Subject: [PATCH] Fixed status icon in messages list header, fixed position of flag icon
---
skins/larry/images/listicons.png | 0
skins/larry/mail.css | 4 ++--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/skins/larry/images/listicons.png b/skins/larry/images/listicons.png
index e2906d9..2527fe1 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 141b611..0c61664 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -646,7 +646,7 @@
}
.messagelist thead tr td.flag span.flagged {
- background-position: -24px -1036px;
+ background-position: -22px -1036px;
}
.messagelist tr td.status span.msgicon:hover {
@@ -700,7 +700,7 @@
}
.messagelist thead tr td.status span.status {
- background-position: -24px -1016px;
+ background-position: -23px -1017px;
}
.messagelist tr td div.collapsed {
--
Gitblit v1.9.1