diff --git a/plugins/flash/dialogs/flash.js b/plugins/flash/dialogs/flash.js index 83e474f4dfa..e2e3d408655 100644 --- a/plugins/flash/dialogs/flash.js +++ b/plugins/flash/dialogs/flash.js @@ -359,7 +359,7 @@ hidden: true, // v-align with the 'src' field. // TODO: We need something better than a fixed size here. - style: 'display:inline-block;margin-top:10px;', + style: 'display:inline-block;margin-top:14px;', label: editor.lang.common.browseServer } ] diff --git a/plugins/image/dialogs/image.js b/plugins/image/dialogs/image.js index 63e6a123624..543d78e421d 100644 --- a/plugins/image/dialogs/image.js +++ b/plugins/image/dialogs/image.js @@ -516,7 +516,7 @@ id: 'browse', // v-align with the 'txtUrl' field. // TODO: We need something better than a fixed size here. - style: 'display:inline-block;margin-top:10px;', + style: 'display:inline-block;margin-top:14px;', align: 'center', label: editor.lang.common.browseServer, hidden: true, diff --git a/plugins/image2/dialogs/image2.js b/plugins/image2/dialogs/image2.js index 9f7205084f0..31c7f7dbba4 100644 --- a/plugins/image2/dialogs/image2.js +++ b/plugins/image2/dialogs/image2.js @@ -364,7 +364,7 @@ CKEDITOR.dialog.add( 'image2', function( editor ) { id: 'browse', // v-align with the 'txtUrl' field. // TODO: We need something better than a fixed size here. - style: 'display:inline-block;margin-top:16px;', + style: 'display:inline-block;margin-top:14px;', align: 'center', label: editor.lang.common.browseServer, hidden: true,