Ticket #4863: 4863_3.patch

File 4863_3.patch, 2.6 KB (added by Minh Nguyen, 14 years ago)
  • _source/plugins/dialog/plugin.js

     
    868868                                                        children : contents.elements,
    869869                                                        expand : !!contents.expand,
    870870                                                        padding : contents.padding,
    871                                                         style : contents.style || 'width: 100%;' + ( CKEDITOR.env.ie6Compat ? '' : 'height: 100%;' )
     871                                                        style : contents.style || 'width: 100%;height: 100%;'
    872872                                                }, pageHtml );
    873873
    874874                        // Create the HTML for the tab and the content block.
  • _source/plugins/smiley/dialogs/smiley.js

     
    192192                        firstSmile.focus();
    193193                },
    194194                onClick : onClick,
    195                 style : 'width: 100%; height: 100%; border-collapse: separate;'
     195                style : 'width: 100%; border-collapse: separate;'
    196196        };
    197197
    198198        return {
  • _source/skins/kama/dialog.css

     
    692692        padding : 2px;
    693693        background-color : white;
    694694}
     695
     696/* Fix iframedialog's height doesn't stretch to 100% #4863.*/
     697.cke_skin_kama .cke_browser_iequirks .cke_dialog_page_contents
     698{
     699        _position: absolute;
     700}
     701
    695702.cke_skin_kama .cke_dialog  #ImagePreviewLoader
    696703{
    697704        position: absolute;
  • _source/skins/office2003/dialog.css

     
    620620        padding : 2px;
    621621        background-color : white;
    622622}
     623
     624/* Fix iframedialog's height doesn't stretch to 100% #4863.*/
     625.cke_skin_office2003 .cke_browser_iequirks .cke_dialog_page_contents
     626{
     627        _position: absolute;
     628}
     629
    623630.cke_skin_office2003 .cke_dialog  #ImagePreviewLoader
    624631{
    625632        position: absolute;
  • _source/skins/v2/dialog.css

     
    622622        padding : 2px;
    623623        background-color : white;
    624624}
     625
     626/* Fix iframedialog's height doesn't stretch to 100% #4863.*/
     627.cke_skin_v2 .cke_browser_iequirks .cke_dialog_page_contents
     628{
     629        _position: absolute;
     630}
     631
    625632.cke_skin_v2 .cke_dialog  #ImagePreviewLoader
    626633{
    627634        position: absolute;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy