diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-06-20 11:10:13 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-06-20 11:10:13 +0200 |
commit | 8c4f09dd4e25bae86d580c86e17399d39fb2616f (patch) | |
tree | d11f7529b36766d94f2302e46411c6f2794442ca /skins/larry/mail.css | |
parent | 0f3ae423a627142b564fbc024e465f5d2ddb2502 (diff) |
Fix icon for multipart/report messages in Larry skin (#1488524)
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index afa74cd8c..fc924ffed 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -482,12 +482,18 @@ a.iconbutton.threadmode.selected { #messagelist tbody tr td.attachment span.attachment { background-position: 0 -996px; } + #messagelist thead tr td.attachment span.attachment { background-position: -24px -997px; } +#messagelist tbody tr td.attachment span.report { + background-position: -24px -1116px; +} + #messagelist tr td.priority { padding-right: 0; + text-align: right; } #messagelist tr td.priority span.prio5 { |