Prevent showmore covering up the end of posts, plus put likes back where they were pre-threaded comments.

This commit is contained in:
Thomas Willingham 2013-05-27 19:40:14 +01:00
parent df32c93d56
commit b7270cad2b
2 changed files with 8 additions and 2 deletions

View File

@ -1128,6 +1128,10 @@ footer {
margin-top: 10px;
}
.wall-item-body.divmore {
padding-bottom: 15px;
}
.wall-item-tools {
clear: both;
padding: 5px 10px;

View File

@ -97,12 +97,14 @@
</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>
</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>
</div>
<div class="wall-item-wrapper-end"></div>
<div class="wall-item-outside-wrapper-end {{$item.indent}}" ></div>
</div>
{{if $item.toplevel}}