Add file type icons for pgp/pks7 signatures and attached email messages

pull/57/merge
Thomas Bruederli 12 years ago
parent 6d57b11d83
commit 11d7e6c825

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

@ -2161,10 +2161,21 @@ ul.toolbarmenu li span.conversation {
background-position: 0 -390px; background-position: 0 -390px;
} }
.attachmentslist li.html { .attachmentslist li.sig,
.attachmentslist li.pgp-signature,
.attachmentslist li.pkcs7-signature {
background-position: 0 -442px; background-position: 0 -442px;
} }
.attachmentslist li.html {
background-position: 0 -468px;
}
.attachmentslist li.eml,
.attachmentslist li.rfc822 {
background-position: 0 -494px;
}
.attachmentslist li a, .attachmentslist li a,
#compose-attachments ul li { #compose-attachments ul li {
display: block; display: block;

Loading…
Cancel
Save