diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-13 22:00:40 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-13 22:00:40 +0200 |
commit | c1f01b7e3515ed823019f133cd73c1752b372f4c (patch) | |
tree | 9444d53400367f0232d1d2b276209c15252ae110 /view/tpl/conv_item.tpl | |
parent | 71064f481b94da11ca8a819c1cec88f8df4b671c (diff) | |
download | volse-hubzilla-c1f01b7e3515ed823019f133cd73c1752b372f4c.tar.gz volse-hubzilla-c1f01b7e3515ed823019f133cd73c1752b372f4c.tar.bz2 volse-hubzilla-c1f01b7e3515ed823019f133cd73c1752b372f4c.zip |
css fixes
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-x | view/tpl/conv_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index eceff51c7..54f1af69d 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -28,7 +28,7 @@ {{/if}} <div class="p-2 clearfix wall-item-head{{if $item.is_new && !$item.title && !$item.event && !$item.is_comment && !$item.photo}} wall-item-head-new rounded-top{{/if}}" > {{if $item.thr_parent}} - <a href="javascript:doscroll('{{$item.thr_parent}}',{{$item.parent}});" title="{{$item.top_hint}}"><i class="fa fa-angle-double-up float-right"> </i></a> + <a href="javascript:doscroll('{{$item.thr_parent}}',{{$item.parent}});" title="{{$item.top_hint}}" class="float-right"><i class="fa fa-angle-double-up"> </i></a> {{/if}} <div class="wall-item-info" id="wall-item-info-{{$item.id}}" > <div class="wall-item-photo-wrapper{{if $item.owner_url}} wwfrom{{/if}} h-card p-author" id="wall-item-photo-wrapper-{{$item.id}}"> |