diff --git a/view/templates/wall_thread.tpl b/view/templates/wall_thread.tpl index 202eb2b619..bd8a1a2309 100644 --- a/view/templates/wall_thread.tpl +++ b/view/templates/wall_thread.tpl @@ -20,9 +20,9 @@
- {{if $item.reshared}} -
{{$item.reshared nofilter}}
- {{/if}} + {{if $item.reshared}} +

{{$item.reshared nofilter}}

+ {{/if}}
{{if $item.owner_url}}
diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 12aa1df852..f2cfa13dc5 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1985,7 +1985,7 @@ ul.dropdown-menu li:hover { } /* Media Classes */ -.wall-item-ammounce, +p.wall-item-announce, .media .time, .media .shared-time, .media .delivery, diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 38a6cce2b1..81532f943c 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -82,7 +82,7 @@ as the value of $top_child_total (this is done at the end of this file) {{/if}}
{{if $item.reshared}} -
{{$item.reshared nofilter}}
+

{{$item.reshared nofilter}}

{{/if}} {{* The avatar picture and the photo-menu *}}