This commit is contained in:
friendica 2013-05-27 19:51:01 -07:00
commit cfac8d986c
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,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>