diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-17 10:04:28 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-17 10:04:28 +0200 |
commit | b8445cdcb9c15f1185db3538229ee23f85f8e084 (patch) | |
tree | 77938033621ccc8443223f544d46715e1da3f86a | |
parent | 81b2b6a9c176ff29a390a9555f996acf515cb323 (diff) |
Small icon alignment fix
-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 { |