diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-24 15:30:00 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-25 12:42:41 +0100 |
commit | a7cec740ade3588a6b4ff4e9386e18d60acbe4fb (patch) | |
tree | eb13e414b13afa791c1e3b90f05880dabeef4670 /skins/larry | |
parent | f6404d1288a9e3b43bb6fd796335ac6a47d9a5ae (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 a452d95ce..4eaf474ba 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; |