Fix icon for multipart/report messages in Larry skin (#1488524)

pull/17/head
Thomas Bruederli 12 years ago
parent 58cd494ebb
commit e186a7ac80

@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Show dedicated icon for multipart/report messages (#1488524)
- Properly hide text of icon links/buttons (#1488534)
- Fix handling of unitless CSS size values in HTML message (#1488535)
- Fix removing contact photo using LDAP addressbook (#1488420)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

@ -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 {

Loading…
Cancel
Save