From 8789aedf6b9c68ba6d71d3dd2e285aed3e052ac4 Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Wed, 8 Aug 2018 12:58:58 +0200 Subject: [PATCH] Frio - Bring back some padding space (#5585) * frio - bring back the optical dividing space in the profile widget * frio - bring back the optical dividing space between the profile picture and the separator line --- view/theme/frio/css/style.css | 2 +- view/theme/frio/templates/search_item.tpl | 7 ++++--- view/theme/frio/templates/wall_thread.tpl | 11 ++++------- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index a92c90ae7c..d425614a5a 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1115,7 +1115,7 @@ aside .vcard #profile-photo-wrapper.crop-preview { padding: 0; } aside .vcard .profile-header { - padding: 5px 0px 5px 0px; + padding: 5px 0px 20px 0px; } aside .vcard .fn { font-weight: bold; diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl index 970d5d72ce..c6aa9536e6 100644 --- a/view/theme/frio/templates/search_item.tpl +++ b/view/theme/frio/templates/search_item.tpl @@ -117,7 +117,9 @@ -
+
+ +
{{* item content *}}
@@ -135,8 +137,7 @@
- +
{{if !$item.suppress_tags}} {{foreach $item.hashtags as $tag}} diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 7ef875987e..53efacda70 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -239,12 +239,10 @@ as the value of $top_child_total (this is done at the end of this file)
{{/if}} - {{* Insert Line to seperate item header and item content visually *}} - {{if $item.thread_level==1}} -
- {{else}}
- {{/if}} + + {{* Insert Line to seperate item header and item content visually *}} + {{if $item.thread_level==1}}
{{/if}} {{* item content *}}
@@ -262,8 +260,7 @@ as the value of $top_child_total (this is done at the end of this file)
- +
{{if !$item.suppress_tags}} {{foreach $item.hashtags as $tag}}