X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fforms%2Fdialogs%2Fselect.js;h=c8b43d39ee0e8f96ec8f79ab3a661e85b7af2024;hp=645a1baa40a7ca8c84d9ed03ccf0331f046c320e;hb=8761695d9b70afe75905deaac88f78c1f8aeb32d;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91 diff --git a/_source/plugins/forms/dialogs/select.js b/_source/plugins/forms/dialogs/select.js index 645a1ba..c8b43d3 100644 --- a/_source/plugins/forms/dialogs/select.js +++ b/_source/plugins/forms/dialogs/select.js @@ -247,6 +247,8 @@ CKEDITOR.dialog.add( 'select', function( editor ) { if ( name == 'select' ) this.setValue( element.getAttribute( 'size' ) || '' ); + if ( CKEDITOR.env.webkit ) + this.getInputElement().setStyle( 'width', '86px' ); }, commit : function( element ) { @@ -523,6 +525,8 @@ CKEDITOR.dialog.add( 'select', function( editor ) { if ( name == 'select' ) this.setValue( element.getAttribute( 'multiple' ) ); + if ( CKEDITOR.env.webkit ) + this.getElement().getParent().setStyle( 'vertical-align', 'middle' ); }, commit : function( element ) {