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

pull/88/head
Thomas Bruederli 12 years ago committed by Aleksander Machniak
parent f6404d1288
commit a7cec740ad

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;
}
.attachmentslist li.html {
.attachmentslist li.sig,
.attachmentslist li.pgp-signature,
.attachmentslist li.pkcs7-signature {
background-position: 0 -442px;
}
.attachmentslist li.html {
background-position: 0 -468px;
}
.attachmentslist li.eml,
.attachmentslist li.rfc822 {
background-position: 0 -494px;
}
.attachmentslist li a,
#compose-attachments ul li {
display: block;

Loading…
Cancel
Save