Frio - Bring back some padding space (#5585)
authorrabuzarus <rabuzarus@t-online.de>
Wed, 8 Aug 2018 10:58:58 +0000 (12:58 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 8 Aug 2018 10:58:58 +0000 (12:58 +0200)
* 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
view/theme/frio/templates/search_item.tpl
view/theme/frio/templates/wall_thread.tpl

index a92c90a..d425614 100644 (file)
@@ -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;
index 970d5d7..c6aa953 100644 (file)
                                </h5>
                        </div>
 
-                       <hr class="clearfix" />
+                       <div class="clearfix"></div>
+
+                       <hr />
 
                        {{* item content *}}
                        <div class="wall-item-content {{$item.type}}" id="wall-item-content-{{$item.id}}">
 
                        <!-- TODO -->
                        <div class="wall-item-bottom">
-                               <div class="wall-item-links">
-                               </div>
+                               <div class="wall-item-links"></div>
                                <div class="wall-item-tags">
                        {{if !$item.suppress_tags}}
                                {{foreach $item.hashtags as $tag}}
index 7ef8759..53efacd 100644 (file)
@@ -239,12 +239,10 @@ as the value of $top_child_total (this is done at the end of this file)
                </div>
                {{/if}}
 
-               {{* Insert Line to seperate item header and item content visually *}}
-               {{if $item.thread_level==1}}
-               <hr class="clearfix" />
-               {{else}}
                <div class="clearfix"></div>
-               {{/if}}
+
+               {{* Insert Line to seperate item header and item content visually *}}
+               {{if $item.thread_level==1}}<hr />{{/if}}
 
                {{* item content *}}
                <div class="wall-item-content {{$item.type}}" id="wall-item-content-{{$item.id}}">
@@ -262,8 +260,7 @@ as the value of $top_child_total (this is done at the end of this file)
 
                <!-- TODO -->
                <div class="wall-item-bottom">
-                       <div class="wall-item-links">
-                       </div>
+                       <div class="wall-item-links"></div>
                        <div class="wall-item-tags">
                {{if !$item.suppress_tags}}
                        {{foreach $item.hashtags as $tag}}