Ticket #3564: 3564_4_ref.patch

File 3564_4_ref.patch, 1.9 KB (added by Tobiasz Cudnik, 15 years ago)

Tested on FF3, IE8, IE8(6), Safari3.

  • _source/skins/v2/mainui.css

     
    1 /*
     1/*
    22Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
    33For licensing, see LICENSE.html or http://ckeditor.com/license
    44*/
     
    1111        display: inline-table;
    1212}
    1313
     14.cke_skin_v2
     15{
     16        display: block;
     17}
     18
    1419.cke_skin_v2 .cke_browser_opera .cke_editor
    1520{
    1621        display: table;
  • _source/themes/default/theme.js

     
    1 /*
     1/*
    22Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
    33For licensing, see LICENSE.html or http://ckeditor.com/license
    44*/
     
    178178                width += 'px';
    179179
    180180        var contents = CKEDITOR.document.getById( 'cke_contents_' + this.name );
    181         var outer = contents.getAscendant( 'table' );
     181        var outer = contents.getAscendant( 'table' ).getParent().getParent().getParent();
    182182
    183183        // Resize the width first.
    184184        // WEBKIT BUG: Webkit requires that we put the editor off from display when we
  • _source/skins/office2003/mainui.css

     
    1 /*
     1/*
    22Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
    33For licensing, see LICENSE.html or http://ckeditor.com/license
    44*/
     
    1111        display: inline-table;
    1212}
    1313
     14.cke_skin_office2003
     15{
     16        display: block;
     17}
     18
    1419.cke_skin_office2003 .cke_top, .cke_skin_office2003 .cke_bottom
    1520{
    1621        background-color: #f7f8fd;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy