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:
parent
0360f7197a
commit
39abfb547d
|
@ -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;
|
||||
|
|
|
@ -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;"> </div> <!-- use padding/margin instead-->
|
||||
<div class="wall-spacer"> </div> <!-- use padding/margin instead-->
|
||||
{{/if}}
|
||||
|
||||
{{if $item.title}}
|
||||
|
|
Loading…
Reference in a new issue