diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-24 15:30:00 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-01-24 15:30:00 +0100 |
commit | 11d7e6c825890ac147fbeb2748e933d2dda9c1ef (patch) | |
tree | 0b924deef02c730d526cf908e3cd978e024366a5 /skins/larry | |
parent | 6d57b11d8351dbce2adb38a1095d65a33f531fa6 (diff) |
Add file type icons for pgp/pks7 signatures and attached email messages
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/images/filetypes.png | bin | 8142 -> 8551 bytes | |||
-rw-r--r-- | skins/larry/styles.css | 13 |
2 files changed, 12 insertions, 1 deletions
diff --git a/skins/larry/images/filetypes.png b/skins/larry/images/filetypes.png Binary files differindex 0e197d55a..53b2eee9a 100644 --- a/skins/larry/images/filetypes.png +++ b/skins/larry/images/filetypes.png diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 9e3139342..60f874a23 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -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; |