From 7deaa6f92facaf0ca12e20715861c84691ca8d97 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 14 Oct 2010 17:28:01 +0000 Subject: - Fix misplaced forwarded and replied icons on messages list git-svn-id: https://svn.roundcube.net/trunk@4094 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/default/mail.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index bf00ca392..fe8af465e 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -762,12 +762,12 @@ body.messagelist #messagelist tr td.subject span.msgicon.replied { - background-position: 0 -68px; + background-position: 0 -85px; } #messagelist tr td.subject span.msgicon.forwarded { - background-position: 0 -85px; + background-position: 0 -68px; } #messagelist tr td.subject span.msgicon.replied.forwarded -- cgit v1.2.3