aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-25 20:01:53 -0700
committerFriendika <info@friendika.com>2011-05-25 20:01:53 -0700
commit61b730d567ac4bb648a8d4399f35ca0d32328d40 (patch)
tree15800c719b979fa5b06a1887f05ec8d088d9ab37
parent3710a6fd070c7736e68b2f88ddd2c159b596da81 (diff)
downloadvolse-hubzilla-61b730d567ac4bb648a8d4399f35ca0d32328d40.tar.gz
volse-hubzilla-61b730d567ac4bb648a8d4399f35ca0d32328d40.tar.bz2
volse-hubzilla-61b730d567ac4bb648a8d4399f35ca0d32328d40.zip
cleanup content type icons
-rw-r--r--images/content-types.pngbin0 -> 801 bytes
-rw-r--r--view/theme/dispy/style.css2
-rw-r--r--view/theme/duepuntozero/style.css2
-rw-r--r--view/theme/loozah/style.css2
4 files changed, 3 insertions, 3 deletions
diff --git a/images/content-types.png b/images/content-types.png
new file mode 100644
index 000000000..be2ccbf01
--- /dev/null
+++ b/images/content-types.png
Binary files differ
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css
index ea036f26a..51cb6dd4a 100644
--- a/view/theme/dispy/style.css
+++ b/view/theme/dispy/style.css
@@ -814,7 +814,7 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
.attachtype {
display: block; width: 20px; height: 23px;
- background-image: url('../../../images/content-types.gif');
+ background-image: url('../../../images/content-types.png');
}
.type-video { background-position: 0px; 0px; }
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index f44931a5f..2bac4238e 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -2434,7 +2434,7 @@ a.mail-list-link {
.attachtype {
display: block; width: 20px; height: 23px;
float: left;
- background-image: url('../../../images/content-types.gif');
+ background-image: url('../../../images/content-types.png');
}
.body-attach {
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index be41309bd..9c6c0120b 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -2450,7 +2450,7 @@ a.mail-list-link {
.attachtype {
display: block; width: 20px; height: 23px;
float: left;
- background-image: url('../../../images/content-types.gif');
+ background-image: url('../../../images/content-types.png');
}
.body-attach {