remove all icon display

This commit is contained in:
yanxd 2014-06-16 17:51:51 +08:00
parent 99e5644c4e
commit 099577fb59
1 changed files with 1 additions and 1 deletions

View File

@ -1847,7 +1847,7 @@ a.remove-upload:hover {text-decoration:none !important;}
/*gcm upload file count and deleteall*/
#upload_file_count #count {color:red; font-size:1.5em;}
span.add_attachment .remove_all {background:none;background: url(../images/delete.png) no-repeat 1px 50%; width:1px; display:inline-block;position:absolute;right:61px;text-decoration:none;}
span.add_attachment .remove_all {background:none;background: url(../images/delete.png) no-repeat 1px 50%; width:1px; display:inline-block;position:absolute;right:10%;text-decoration:none;}
div.fileover { background-color: lavender; }