Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 3794)
+++ /CKEditor/trunk/CHANGES.html	(revision 3795)
@@ -45,4 +45,5 @@
 		Fixed issues:</p>
 	<ul>
+		<li><a href="http://dev.fckeditor.net/ticket/3859">#3859</a> : Fixed Flash dialog layout in Webkit</li>
 		<li><a href="http://dev.fckeditor.net/ticket/3852">#3852</a> : Disabled textarea resizing in dialogs</li>
 		<li><a href="http://dev.fckeditor.net/ticket/3781">#3781</a> : Colorbutton is now disabled in 'source' mode</li>
Index: /CKEditor/trunk/_source/plugins/flash/dialogs/flash.js
===================================================================
--- /CKEditor/trunk/_source/plugins/flash/dialogs/flash.js	(revision 3794)
+++ /CKEditor/trunk/_source/plugins/flash/dialogs/flash.js	(revision 3795)
@@ -357,4 +357,5 @@
 									type : 'text',
 									id : 'width',
+									style : 'width:95px',
 									label : editor.lang.flash.width,
 									validate : CKEDITOR.dialog.validate.integer( editor.lang.flash.validateWidth ),
@@ -379,4 +380,5 @@
 									type : 'text',
 									id : 'height',
+									style : 'width:95px',
 									label : editor.lang.flash.height,
 									validate : CKEDITOR.dialog.validate.integer( editor.lang.flash.validateHeight ),
@@ -401,4 +403,5 @@
 									type : 'text',
 									id : 'hSpace',
+									style : 'width:95px',
 									label : editor.lang.flash.hSpace,
 									validate : CKEDITOR.dialog.validate.integer( editor.lang.flash.validateHSpace ),
@@ -409,4 +412,5 @@
 									type : 'text',
 									id : 'vSpace',
+									style : 'width:95px',
 									label : editor.lang.flash.vSpace,
 									validate : CKEDITOR.dialog.validate.integer( editor.lang.flash.validateVSpace ),
