]> git.mxchange.org Git - friendica.git/commitdiff
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 a92c90ae7cbed870a77077fe2e9e7bdf64bbb1c6..d425614a5ad7d59db20e2506e150098e6fefe088 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 970d5d72ce85b54eef4529d3c12adf216733e0b2..c6aa9536e6d9c8827c8fb64a8989c3d612d4a894 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 7ef875987e796cb708a192931416087c7b99ff7b..53efacda7020899ca4ea1229280d6758b9f31481 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}}