diff --git a/modules/editor/tpl/js/uploader.js b/modules/editor/tpl/js/uploader.js index 4aff22efe..bfe5976a1 100755 --- a/modules/editor/tpl/js/uploader.js +++ b/modules/editor/tpl/js/uploader.js @@ -43,7 +43,7 @@ function start(cfg) { seq = cfg.editorSequence; id = cfg.replaceButtonID; - $button = $('#'+id).wrap(''); + $button = $('#'+id).wrap(''); width = $button.width(); height = $button.height(); $span = $('').insertAfter($button); @@ -125,7 +125,7 @@ function start(cfg) { cursor : 'pointer', position : 'absolute', left : 0, - top : '-3px', + top : 0, width : width + 'px', height : height + 'px' });