Prevent showmore covering up the end of posts, plus put likes back where they were pre-threaded comments.
This commit is contained in:
parent
df32c93d56
commit
b7270cad2b
@ -1128,6 +1128,10 @@ footer {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.wall-item-body.divmore {
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.wall-item-tools {
|
||||
clear: both;
|
||||
padding: 5px 10px;
|
||||
|
@ -97,11 +97,13 @@
|
||||
</div>
|
||||
{{if $item.drop.pagedrop}}<input type="checkbox" onclick="checkboxhighlight(this);" title="{{$item.drop.select}}" class="item-select" name="itemselected[]" value="{{$item.id}}" />{{/if}}
|
||||
<div class="wall-item-delete-end"></div>
|
||||
<div class="wall-item-like {{$item.indent}}" id="wall-item-like-{{$item.id}}">{{$item.showlike}}</div>
|
||||
<div class="wall-item-dislike {{$item.indent}}" id="wall-item-dislike-{{$item.id}}">{{$item.showdislike}}</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="wall-item-wrapper-end"></div>
|
||||
<div class="wall-item-like {{$item.indent}}" id="wall-item-like-{{$item.id}}">{{$item.showlike}}</div>
|
||||
<div class="wall-item-dislike {{$item.indent}}" id="wall-item-dislike-{{$item.id}}">{{$item.showdislike}}</div>
|
||||
|
||||
<div class="wall-item-outside-wrapper-end {{$item.indent}}" ></div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user