Thomas Bruederli
2013-01-24 11d7e6c825890ac147fbeb2748e933d2dda9c1ef
Add file type icons for pgp/pks7 signatures and attached email messages
2 files modified
13 ■■■■■ changed files
skins/larry/images/filetypes.png patch | view | raw | blame | history
skins/larry/styles.css 13 ●●●●● patch | view | raw | blame | history
skins/larry/images/filetypes.png

skins/larry/styles.css
@@ -2161,10 +2161,21 @@
    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;