diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-11-08 10:40:02 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-11-08 10:40:02 +0100 |
commit | 29b2937f7bc16ed3312eaacc204ede8f19083e82 (patch) | |
tree | dcf0530e2631e1061d84ac32631bc78d05cc4f27 /skins/larry | |
parent | 393c868e8ed04f3aa57e335e6145592ff42a5ba0 (diff) |
Add filetype icons for Powerpoint and Openoffice Presentations (#1489225)
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/images/filetypes.png | bin | 8551 -> 9018 bytes | |||
-rw-r--r-- | skins/larry/styles.css | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/skins/larry/images/filetypes.png b/skins/larry/images/filetypes.png Binary files differindex 53b2eee9a..09772660b 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 0d7a50069..5fe5a47bc 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -2323,6 +2323,18 @@ ul.toolbarmenu li span.conversation { background-position: 0 -494px; } +.attachmentslist li.ppt, +.attachmentslist li.pptx, +.attachmentslist li.ppsx, +.attachmentslist li.vnd.mspowerpoint { + background-position: 0 -520px; +} + +.attachmentslist li.odp, +.attachmentslist li.otp { + background-position: 0 -546px; +} + .attachmentslist li a, #compose-attachments ul li { display: block; |