Fixes clash with progress bar and remove link
This commit is contained in:
parent
241ea68468
commit
4901c54d4f
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -101,6 +101,7 @@
|
|||
height: 20px;
|
||||
margin-top: -10px;
|
||||
margin-right: 10px;
|
||||
z-index: 100;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue