diff options
author | friendica <info@friendica.com> | 2014-03-25 21:13:04 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-25 21:13:04 -0700 |
commit | bd7be38da5fea67d2302693e28a4c070cdad8f4b (patch) | |
tree | c9fd68c322f031f217aa2734ce3e702332b40687 /view/tpl/conv_item.tpl | |
parent | f924d38d8c2b79e4bfe8df438894ff1ad636e411 (diff) | |
download | volse-hubzilla-bd7be38da5fea67d2302693e28a4c070cdad8f4b.tar.gz volse-hubzilla-bd7be38da5fea67d2302693e28a4c070cdad8f4b.tar.bz2 volse-hubzilla-bd7be38da5fea67d2302693e28a4c070cdad8f4b.zip |
improve scannability of content with per-item bottom border, but lighten the per-item borders considerably so it isn't in your face. This is an experiment based on sound principles, but I'm not a UI expert. If this uglifies it too much - please revert.
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-x | view/tpl/conv_item.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index dcf82e765..31e3cad85 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -109,10 +109,11 @@ {{/foreach}} {{/if}} +{{if $item.comment}} <div class="wall-item-comment-wrapper" > {{$item.comment}} </div> - +{{/if}} </div> {{if $item.comment_lastcollapsed}}</div>{{/if}} |