Ticket #4521: 4521_3.patch
File 4521_3.patch, 727 bytes (added by , 15 years ago) |
---|
-
_source/skins/kama/skin.js
241 241 var body = contents.getParent(), 242 242 innerDialog = body.getParent(); 243 243 244 // Temporary fix for footer buttons shift problem in IE7 standard modes 245 // by giving a fixed width to the footer wrapper.(#4521) 246 if( CKEDITOR.env.ie7Compat && standardsMode ) 247 dialog.parts.footer.setStyles( { width : ( contents.$.offsetWidth - 2 ) + 'px' } ); 248 244 249 // tc 245 250 var el = innerDialog.getChild( 2 ); 246 251 el.setStyle( 'width', ( body.$.offsetWidth ) + 'px' );