summaryrefslogtreecommitdiff
path: root/template/share_buttons.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/share_buttons.st')
-rw-r--r--template/share_buttons.st4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/share_buttons.st b/template/share_buttons.st
index 83c387f..882ec07 100644
--- a/template/share_buttons.st
+++ b/template/share_buttons.st
@@ -7,6 +7,8 @@
$if(dump.favorited)$
<img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.favorite(this)">
$else$
- <img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.favorite(this)">
+ <div style="position: relative">
+ <img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.favorite(this)">
+ </div>
$endif$
</span> \ No newline at end of file