Ticket #2997: 2997_3.patch

File 2997_3.patch, 1.1 KB (added by Frederico Caldeira Knabben, 15 years ago)
  • _source/plugins/panel/plugin.js

     
    118118                                        '<html>' +
    119119                                                '<head>' +
    120120                                                        '<link type="text/css" rel=stylesheet href="' + this.css.join( '"><link type="text/css" rel="stylesheet" href="' ) + '">' +
     121                                                        '<style>.cke_container{visibility:hidden}</style>' +
    121122                                                '</head>' +
    122                                                 '<body class="cke_panel_frame" style="margin:0;padding:0">' +
     123                                                '<body class="cke_container cke_panel_frame" style="margin:0;padding:0">' +
    123124                                                '</body>' +
    124125                                        '<\/html>' );
    125126                                doc.$.close();
  • _source/skins/default/editor.css

     
    1414@import url("presets.css");
    1515
    1616/* Restore the container visibility */
    17 body .cke_container
     17body .cke_container,
     18body.cke_container
    1819{
    1920        visibility: visible;
    2021}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy