diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-17 16:00:33 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-17 16:00:33 +0200 |
commit | fc90c3a7ac1d3c24397faddc8bcca5bd473efcf5 (patch) | |
tree | 0c8f7131dc476ac646ef2c77a48b59b4005a5a4a /skins/larry | |
parent | 142e7c9afcb0032ced707a844d230fd962774d1d (diff) | |
parent | db7dcf0936069b7d9ac5595c37f6c2aacc5c4ed7 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/mail.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 6a2e3f440..85da97460 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -643,7 +643,7 @@ table.messagelist.fixedcopy { } .messagelist thead tr th.attachment span.attachment { - background-position: -24px -997px; + background-position: -24px -996px; } .messagelist tbody tr td.attachment span.report { @@ -651,7 +651,7 @@ table.messagelist.fixedcopy { } .messagelist thead tr th.priority span.priority { - background-position: -24px -1845px; + background-position: -25px -1845px; } .messagelist tr td.priority span.prio5 { @@ -675,7 +675,7 @@ table.messagelist.fixedcopy { } .messagelist thead tr th.flag span.flagged { - background-position: -22px -1036px; + background-position: -22px -1037px; } .messagelist tr:hover td.status span.msgicon { |