Ticket #2791: 2791_2.patch

File 2791_2.patch, 1.3 KB (added by Garry Yao, 15 years ago)

Fix patch name

  • _source/skins/default/editor.css

     
    33For licensing, see LICENSE.html or http://ckeditor.com/license
    44*/
    55
     6
    67@import url("reset.css");
    78@import url("mainui.css");
    89@import url("toolbar.css");
    910@import url("elementspath.css");
     11
     12/* Restore the normal status for container */
     13body .cke_container
     14{
     15        visibility: visible;
     16}
  • _source/themes/default/theme.js

     
    6363                                                '<tr', contentsHtml     ? '' : ' style="display:none"', '><td id="cke_contents_', name, '" class="cke_contents" style="height:100%">'   , contentsHtml  , '</td></tr>' +
    6464                                                '<tr', bottomHtml       ? '' : ' style="display:none"', '><td id="cke_bottom_'  , name, '" class="cke_bottom">'         , bottomHtml    , '</td></tr>' +
    6565                                        '</tbody></table>' +
     66                                        //Hide the container when loading skins, later restored by skin css.
     67                                        '<style> .cke_container { visibility: hidden; } <\/style>'+
    6668                                '</span>' ].join('') );
    6769
    6870                        container.getChild( [0, 0, 0] ).unselectable();
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy