Update wall_thread.tpl (#5352)

* 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
This commit is contained in:
hoergen 2018-07-10 15:31:29 +02:00 committed by Hypolite Petovan
parent 0360f7197a
commit 39abfb547d
2 changed files with 6 additions and 1 deletions

View 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;

View 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}}