aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-24 23:01:24 -0700
committerFriendika <info@friendika.com>2011-05-24 23:01:24 -0700
commitde482058b8cba64448e690b97b36e8e2877d6e17 (patch)
tree35e47965d772c6e170407d9b3e146f22a7d6900b
parent73b4faca5c7af506558eba6b7317d23551f1aefa (diff)
downloadvolse-hubzilla-de482058b8cba64448e690b97b36e8e2877d6e17.tar.gz
volse-hubzilla-de482058b8cba64448e690b97b36e8e2877d6e17.tar.bz2
volse-hubzilla-de482058b8cba64448e690b97b36e8e2877d6e17.zip
fix attach icon
-rw-r--r--images/icons.pngbin8426 -> 8875 bytes
-rw-r--r--view/jot.tpl2
-rw-r--r--view/theme/duepuntozero/style.css2
3 files changed, 3 insertions, 1 deletions
diff --git a/images/icons.png b/images/icons.png
index 734c75f73..6effd9aa2 100644
--- a/images/icons.png
+++ b/images/icons.png
Binary files differ
diff --git a/view/jot.tpl b/view/jot.tpl
index e2dd6d960..15fc460e1 100644
--- a/view/jot.tpl
+++ b/view/jot.tpl
@@ -24,7 +24,7 @@
<div id="wall-image-upload-div" ><a href="#" onclick="return false;" id="wall-image-upload" class="icon camera" title="$upload"></a></div>
</div>
<div id="profile-attach-wrapper" style="display: $visitor;" >
- <div id="wall-file-upload-div" ><a href="#" onclick="return false;" id="wall-file-upload" class="icon camera" title="$attach"></a></div>
+ <div id="wall-file-upload-div" ><a href="#" onclick="return false;" id="wall-file-upload" class="icon attach" title="$attach"></a></div>
</div>
<div id="profile-link-wrapper" style="display: $visitor;" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" >
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index f202e9ff5..f44931a5f 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -2428,6 +2428,8 @@ a.mail-list-link {
.unlock { background-position: -32px -32px;}
.video { background-position: -48px -32px;}
.youtube { background-position: -64px -32px;}
+.attach { background-position: -80px -32px; }
+
.attachtype {
display: block; width: 20px; height: 23px;