Skip to content

Commit 442ab14

Browse files
A bit correct "browse" button top offset.
1 parent 1c9d199 commit 442ab14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugins/flash/dialogs/flash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
hidden: true,
360360
// v-align with the 'src' field.
361361
// TODO: We need something better than a fixed size here.
362-
style: 'display:inline-block;margin-top:10px;',
362+
style: 'display:inline-block;margin-top:14px;',
363363
label: editor.lang.common.browseServer
364364
}
365365
]

plugins/image/dialogs/image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@
516516
id: 'browse',
517517
// v-align with the 'txtUrl' field.
518518
// TODO: We need something better than a fixed size here.
519-
style: 'display:inline-block;margin-top:10px;',
519+
style: 'display:inline-block;margin-top:14px;',
520520
align: 'center',
521521
label: editor.lang.common.browseServer,
522522
hidden: true,

plugins/image2/dialogs/image2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ CKEDITOR.dialog.add( 'image2', function( editor ) {
364364
id: 'browse',
365365
// v-align with the 'txtUrl' field.
366366
// TODO: We need something better than a fixed size here.
367-
style: 'display:inline-block;margin-top:16px;',
367+
style: 'display:inline-block;margin-top:14px;',
368368
align: 'center',
369369
label: editor.lang.common.browseServer,
370370
hidden: true,

0 commit comments

Comments
 (0)