diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-14 17:28:01 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-14 17:28:01 +0000 |
| commit | 7deaa6f92facaf0ca12e20715861c84691ca8d97 (patch) | |
| tree | 340afbdb80cce27288b5cf5385a258a092bfdeac /roundcubemail | |
| parent | 74f334ee5ae5764294d2d0e876d38b3f069d29da (diff) | |
- Fix misplaced forwarded and replied icons on messages list
git-svn-id: https://svn.roundcube.net/trunk@4094 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 4 |
1 files 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 |
