X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fforms%2Fdialogs%2Fselect.js;h=aee101b723c8ca232c7b58cb404c1a68858559ed;hp=dfecc6812170625d3b8ca4eae1b6afd9c2383279;hb=f0610347140239143439a511ee2bd48cb784f470;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba diff --git a/_source/plugins/forms/dialogs/select.js b/_source/plugins/forms/dialogs/select.js index dfecc68..aee101b 100644 --- a/_source/plugins/forms/dialogs/select.js +++ b/_source/plugins/forms/dialogs/select.js @@ -188,7 +188,6 @@ CKEDITOR.dialog.add( 'select', function( editor ) label : editor.lang.common.name, 'default' : '', accessKey : 'N', - align : 'center', style : 'width:350px', setup : function( name, element ) { @@ -237,13 +236,11 @@ CKEDITOR.dialog.add( 'select', function( editor ) { type : 'hbox', widths : [ '175px', '170px' ], - align : 'center', children : [ { id : 'txtSize', type : 'text', - align : 'center', labelLayout : 'horizontal', label : editor.lang.select.size, 'default' : '', @@ -282,7 +279,6 @@ CKEDITOR.dialog.add( 'select', function( editor ) { type : 'hbox', widths : [ '115px', '115px' ,'100px' ], - align : 'top', children : [ {