Icons Study Delete
Last modified by Vincent Massol on 2024/11/19 16:15
Description
Icons Study Delete
Delete Attachment
![]()
<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>Delete from Document Index
![]()
<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
![]()
<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
![]()
<a title="Remove this object" class="xobject-action delete" href="/xwiki/bin/objectremove/Standards/CssFormSmall?classname=XWiki.TagClass&classid=0&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;
}Delete Comment
![]()
<span class="commenttool commentdelete">
<a title="Delete" href="/xwiki/bin/objectremove/Blog/WebHome?classname=XWiki.XWikiComments&classid=0&xredirect=http://incubator.myxwiki.org/xwiki/bin/view/Blog/" class="delete">Delete</a>
</span>comments.css
.commentdelete a {
background-image:url(/xwiki/resources/icons/silk/cross.gif);
}