Changeset 4922


Ignore:
Timestamp:
2010-01-14 11:48:48 (2 years ago)
Author:
m.nguyen
Message:

#4863 Fixing iframedialog's height doesn't stretch to 100%

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CKEditor/trunk/_source/plugins/dialog/plugin.js

    r4907 r4922  
    806806                                                        expand : !!contents.expand, 
    807807                                                        padding : contents.padding, 
    808                                                         style : contents.style || 'width: 100%;' 
     808                                                        style : contents.style || 'width: 100%; height: 100%;' 
    809809                                                }, pageHtml ); 
    810810 
Note: See TracChangeset for help on using the changeset viewer.
© 2003 – 2011 CKSource – Frederico Knabben. All rights reserved. | Terms of use | Privacy policy