delete icons

This commit is contained in:
friendica 2013-10-09 18:43:49 -07:00
parent 1aa69604fc
commit 1fdc82e0a1
2 changed files with 10 additions and 1 deletions

View file

@ -3415,3 +3415,12 @@ margin-right: 50px;
font-size: 1.4em;
margin-right: 15px;
}
a .drop-icons {
color: #000000;
font-size: 1.2em;
}
.drop-icons:hover {
color: #FF0000;
}

View file

@ -89,7 +89,7 @@
<div id="like-rotator-{{$item.id}}" class="like-rotator"></div>
<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$item.id}}" >
{{if $item.drop.dropping}}<a href="item/drop/{{$item.id}}" onclick="return confirmDelete();" class="icon drophide" title="{{$item.drop.delete}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a>{{/if}}
{{if $item.drop.dropping}}<a href="item/drop/{{$item.id}}" onclick="return confirmDelete();" title="{{$item.drop.delete}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ><i class="icon-remove drop-icons"></i></a>{{/if}}
</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>