Skip to content

Commit

Permalink
A bit correct "browse" button top offset.
Browse files Browse the repository at this point in the history
  • Loading branch information
danyaPostfactum committed Apr 2, 2014
1 parent 1c9d199 commit 442ab14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/flash/dialogs/flash.js
Expand Up @@ -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
}
]
Expand Down
2 changes: 1 addition & 1 deletion plugins/image/dialogs/image.js
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion plugins/image2/dialogs/image2.js
Expand Up @@ -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,
Expand Down

0 comments on commit 442ab14

Please sign in to comment.