aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/content-types.gifbin0 -> 384 bytes
-rw-r--r--view/theme/dispy/style.css14
-rw-r--r--view/theme/duepuntozero/style.css12
-rw-r--r--view/theme/loozah/style.css12
4 files changed, 38 insertions, 0 deletions
diff --git a/images/content-types.gif b/images/content-types.gif
new file mode 100644
index 000000000..2b8cc7fc3
--- /dev/null
+++ b/images/content-types.gif
Binary files differ
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css
index b7c41c89c..9ef5df0ce 100644
--- a/view/theme/dispy/style.css
+++ b/view/theme/dispy/style.css
@@ -804,6 +804,20 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
.video { background-position: -110px -40px;}
.youtube { background-position: -130px -40px;}
+
+.attachtype {
+ display: block; width: 20px; height: 23px;
+ background-image: url('../../../images/content-types.gif');
+}
+
+.type-video { background-position: 0px; 0px; }
+.type-image { background-position: -20px; 0px; }
+.type-audio { background-position: -40px; 0px; }
+.type-text { background-position: -60px; 0px; }
+.type-unkn { background-position: -80px; 0px; }
+
+
+
/**
* footer
*/
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 176fc0fd9..c639f1571 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -2423,3 +2423,15 @@ a.mail-list-link {
.unlock { background-position: -32px -32px;}
.video { background-position: -48px -32px;}
.youtube { background-position: -64px -32px;}
+
+.attachtype {
+ display: block; width: 20px; height: 23px;
+ background-image: url('../../../images/content-types.gif');
+}
+
+.type-video { background-position: 0px; 0px; }
+.type-image { background-position: -20px; 0px; }
+.type-audio { background-position: -40px; 0px; }
+.type-text { background-position: -60px; 0px; }
+.type-unkn { background-position: -80px; 0px; }
+
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index d1a0019ce..f5bc4b3c8 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -2440,3 +2440,15 @@ a.mail-list-link {
.unlock { background-position: -32px -32px;}
.video { background-position: -48px -32px;}
.youtube { background-position: -64px -32px;}
+
+.attachtype {
+ display: block; width: 20px; height: 23px;
+ background-image: url('../../../images/content-types.gif');
+}
+
+.type-video { background-position: 0px; 0px; }
+.type-image { background-position: -20px; 0px; }
+.type-audio { background-position: -40px; 0px; }
+.type-text { background-position: -60px; 0px; }
+.type-unkn { background-position: -80px; 0px; }
+