diff options
author | thomascube <thomas@roundcube.net> | 2012-01-18 18:05:45 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-18 18:05:45 +0000 |
commit | e88a14acd91b9e34d4382931da4a95a8e8a03457 (patch) | |
tree | 53aba8d2b41f0c2b235c60390255775b97be82a5 /skins/larry/styles.css | |
parent | d1c909eaef3f1a24f70d2717ee8068d474993e15 (diff) |
More file type icons
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 42 |
1 files changed, 37 insertions, 5 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 652b5a367..02014dc4e 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1715,26 +1715,58 @@ ul.toolbarmenu li span.conversation { background-position: 0 -52px; } +.attachmentslist li.odt { + background-position: 0 -78px; +} + .attachmentslist li.xls, .attachmentslist li.msexcel { - background-position: 0 -78px; + background-position: 0 -104px; +} + +.attachmentslist li.ods { + background-position: 0 -130px; } .attachmentslist li.zip, .attachmentslist li.gz { - background-position: 0 -104px; + background-position: 0 -156px; +} + +.attachmentslist li.rar, +.attachmentslist li.gz { + background-position: 0 -182px; } .attachmentslist li.image { - background-position: 0 -130px; + background-position: 0 -208px; +} + +.attachmentslist li.jpg, +.attachmentslist li.jpeg { + background-position: 0 -234px; +} + +.attachmentslist li.png { + background-position: 0 -260px; } +.attachmentslist li.m4p { + background-position: 0 -286px; +} + +.attachmentslist li.mp3, .attachmentslist li.audio { - background-position: 0 -156px; + background-position: 0 -312px; } .attachmentslist li.video { - background-position: 0 -182px; + background-position: 0 -338px; +} + +.attachmentslist li.ics, +.attachmentslist li.calendar { + background-position: 0 -364px; } .attachmentslist li a, |