Fixes clash with progress bar and remove link

This commit is contained in:
Samuel Georges 2015-08-05 19:26:01 +10:00
parent 241ea68468
commit 4901c54d4f
3 changed files with 4 additions and 0 deletions

View File

@ -756,6 +756,7 @@
height: 20px;
margin-top: -10px;
margin-right: 10px;
z-index: 100;
}
.field-fileupload.style-file-single .upload-object .icon-container:after {
width: 20px;

View File

@ -260,6 +260,8 @@
}
FileUpload.prototype.onClickSuccessObject = function(ev) {
if ($(ev.target).closest('.meta').length) return
var $target = $(ev.target).closest('.upload-object')
if (!this.options.configHandler) {

View File

@ -101,6 +101,7 @@
height: 20px;
margin-top: -10px;
margin-right: 10px;
z-index: 100;
}
}