]> git.mxchange.org Git - friendica.git/commitdiff
Update wall_thread.tpl (#5352)
authorhoergen <hoergen@hoergen.org>
Tue, 10 Jul 2018 13:31:29 +0000 (15:31 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Tue, 10 Jul 2018 13:31:29 +0000 (09:31 -0400)
* Update wall_thread.tpl

named an unnamed style definition to can address it via css

* Update style.css

Added div wall-spacer definition

* Update wall_thread.tpl

removed wall-spacer definition. moved to main css

* Update style.css

* Update wall_thread.tpl

view/theme/frio/css/style.css
view/theme/frio/templates/wall_thread.tpl

index 3a757aa31e3b5d9d335809578a258a2c46110e92..fbd2200256e21f11f50c9f35cec6c87cb8ec8692 100644 (file)
@@ -1666,6 +1666,11 @@ section #jotOpen {
     z-index: 1000;
 }
 
+/* Space between content and head */
+.wall-spacer {
+       height: 10px;
+}
+
 /* wall items content */
 .wall-item-content {
     word-break: break-word;
index 927dc9bfaa7441b2e8fc56b0d7fa88b14d3a59fd..daa02ef10d3c84611a73905b27ca6ed48d9915c4 100644 (file)
@@ -248,7 +248,7 @@ as the value of $top_child_total (this is done at the end of this file)
                <div class="wall-item-content {{$item.type}}" id="wall-item-content-{{$item.id}}">
                        {{* insert some space if it's an top-level post *}}
                        {{if $item.thread_level==1}}
-                       <div style="height:10px;">&nbsp;</div> <!-- use padding/margin instead-->
+                       <div class="wall-spacer">&nbsp;</div> <!-- use padding/margin instead-->
                        {{/if}}
 
                        {{if $item.title}}