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:59 +0200 |
commit | e186a7ac8078641cab31c06e807bf696830aa153 (patch) | |
tree | 5a6375c42f7c2d7110025649be61fde12b5e4b51 /skins | |
parent | 58cd494ebba195744c9b275152635f82860d798c (diff) |
Fix icon for multipart/report messages in Larry skin (#1488524)
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/images/listicons.png | bin | 26783 -> 27008 bytes | |||
-rw-r--r-- | skins/larry/mail.css | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/skins/larry/images/listicons.png b/skins/larry/images/listicons.png Binary files differindex e1378878b..809358cfd 100644 --- a/skins/larry/images/listicons.png +++ b/skins/larry/images/listicons.png diff --git a/skins/larry/mail.css b/skins/larry/mail.css index c46a2bd14..b738dfef3 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 -996px; } +#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 { |