summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-18 18:05:45 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-01-18 18:05:45 +0000
commit0a325428b29b02a842f80fd3e2279894f6b05188 (patch)
tree309c47ccb148cc4d9392ad219a3305dc1088aa86
parent85936fc72205c280cb8e9ee33cac74fbc890b8e2 (diff)
More file type icons
git-svn-id: https://svn.roundcube.net/trunk@5799 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/larry/images/filetypes.pngbin5258 -> 8300 bytes
-rw-r--r--roundcubemail/skins/larry/styles.css42
2 files changed, 37 insertions, 5 deletions
diff --git a/roundcubemail/skins/larry/images/filetypes.png b/roundcubemail/skins/larry/images/filetypes.png
index 1ea4599f0..172260efc 100644
--- a/roundcubemail/skins/larry/images/filetypes.png
+++ b/roundcubemail/skins/larry/images/filetypes.png
Binary files differ
diff --git a/roundcubemail/skins/larry/styles.css b/roundcubemail/skins/larry/styles.css
index 652b5a367..02014dc4e 100644
--- a/roundcubemail/skins/larry/styles.css
+++ b/roundcubemail/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,