From 70563d251fa6da035a05b5e52334fb1e95c0c30c Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 9 Sep 2020 11:41:23 -0400 Subject: [PATCH] Improve display of post header reshare mention - Fix typo in class name - Add bottom margin with a p tag - Distinguish reshare header style from reshare footer style --- view/templates/wall_thread.tpl | 6 +++--- view/theme/frio/css/style.css | 2 +- view/theme/frio/templates/wall_thread.tpl | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 *}}