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

 

<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>

...