aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/conv_item.tpl
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-06-15 16:00:27 +0200
committermarijus <mario@mariovavti.com>2014-06-15 16:00:27 +0200
commit0b4e1715dec56a9129b1310482ac91a0e86ecc91 (patch)
treea1ea900fcef4bb74ef3cb03703f159366f5ccaf2 /view/tpl/conv_item.tpl
parent2d6a1795b7ae1fc5652798347d958d7ae71cb763 (diff)
downloadvolse-hubzilla-0b4e1715dec56a9129b1310482ac91a0e86ecc91.tar.gz
volse-hubzilla-0b4e1715dec56a9129b1310482ac91a0e86ecc91.tar.bz2
volse-hubzilla-0b4e1715dec56a9129b1310482ac91a0e86ecc91.zip
move hide-comments to center and change its appearence a little
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-xview/tpl/conv_item.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index 828b47a05..d7ed7d0f4 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -1,6 +1,6 @@
{{if $item.comment_firstcollapsed}}
-<div class="hide-comments-outer">
- <span id="hide-comments-total-{{$item.id}}" class="hide-comments-total">{{$item.num_comments}}</span> <span id="hide-comments-{{$item.id}}" class="hide-comments fakelink" onclick="showHideComments({{$item.id}});">{{$item.hide_text}}</span>
+<div class="hide-comments-outer fakelink" onclick="showHideComments({{$item.id}});">
+ <span id="hide-comments-{{$item.id}}" class="hide-comments">{{$item.hide_text}}</span>&nbsp;<span id="hide-comments-total-{{$item.id}}" class="hide-comments-total">{{$item.num_comments}}</span>
</div>
<div id="collapsed-comments-{{$item.id}}" class="collapsed-comments" style="display: none;">
{{/if}}