Icons Study Delete

Delete Attachment

 
DeleteAttach.png

<input type="button" value="Remove" title="Remove this file" class="attachmentActionButton remove-file-input"/>

attachments.css 

.remove-file-input {
 background-image:url(/xwiki/resources/icons/silk/cross.gif);
 text-indent:30px;
 width:16px;
}

.attachmentActionButton {
 background:transparent none no-repeat scroll 2px center;
 border:medium none;
 font-size:80%;
 margin-bottom:4px;
 padding:2px 4px 2px 20px;
}

Delete Blog Post

 
DeleteBlogPost.png

<div class="blog-entry-toolbox">
  <a title="Delete this blog post" href="/xwiki/bin/delete/Blog/BlogIntroduction">  
    <img alt="delete " src="/xwiki/bin/download/Blog/BlogStyle/delete.png" class="icon-manage"/>
  </a>      
</div>

Delete from Document Index

 
DeleteFromDocIndex.png

<td class="actions">
  <a href="/xwiki/bin/delete/XWiki/AccountValidation" class="action actiondelete">delete</a>
</td>

livetable.css

tbody.xwiki-livetable-display-body td a.actiondelete {
 background-image:url(/xwiki/resources/icons/silk/cross.gif);
}

Delete Group

 
DeleteGroup.png

<td class="manage">
  <img src="/xwiki/resources/js/xwiki/usersandgroups/img/clear.png" title="Delete" class="icon-manage"/>
</td>

livetable.css

.icon-manage {
 cursor:pointer;
 padding-right:10px;
}

Delete Object from Editor

 
DeleteObjectEditor.png

<a title="Remove this object" class="xobject-action delete" href="/xwiki/bin/objectremove/Standards/CssFormSmall?classname=XWiki.TagClass&amp;classid=0&amp;xredirect=/xwiki/bin/edit/Standards/CssFormSmall?editor=object">remove this object</a>

dataeditors.css

.xobject-title .delete {
 background-image:url(/xwiki/resources/icons/silk/cross.gif);
 right:0;
}