Ticket #5587: 5587_3.patch

File 5587_3.patch, 2.7 KB (added by Sa'ar Zac Elias, 15 years ago)
  • _source/plugins/image/dialogs/image.js

     
    262262                        previewImageId = numbering( 'previewImage' );
    263263
    264264                return {
    265                         title : ( dialogType == 'image' ) ? editor.lang.image.title : editor.lang.image.titleButton,
     265                        title : dialogType == 'image' ? editor.lang.image.title : editor.lang.image.titleButton,
    266266                        minWidth : 420,
    267                         minHeight : 310,
     267                        minHeight : CKEDITOR.env.ie7Compat ? 330 : ( CKEDITOR.env.ie6Compat ? 350 : 310 ),
    268268                        onShow : function()
    269269                        {
    270270                                this.imageElement = false;
  • _source/plugins/tabletools/dialogs/tableCell.js

     
    7272
    7373                return {
    7474                        title : langCell.title,
    75                         minWidth : CKEDITOR.env.ie && CKEDITOR.env.quirks ? 550 : 480,
    76                         minHeight : CKEDITOR.env.ie ? ( CKEDITOR.env.quirks ? 180 : 150 ) : 140,
     75                        minWidth : CKEDITOR.env.ie && CKEDITOR.env.quirks || CKEDITOR.env.ie7Compat ? 560 : 480,
     76                        minHeight : CKEDITOR.env.ie ? ( CKEDITOR.env.quirks ? 200 : ( CKEDITOR.env.ie7Compat ? 180 : 150 ) ) : 140,
    7777                        contents : [
    7878                                {
    7979                                        id : 'info',
     
    398398                                                                                {
    399399                                                                                        type : 'hbox',
    400400                                                                                        padding : 0,
    401                                                                                         widths : [ '70%', '30%' ],
     401                                                                                        widths : [ '65%', '35%' ],
    402402                                                                                        children :
    403403                                                                                        [
    404404                                                                                                {
     
    429429                                                                                                        type : 'button',
    430430                                                                                                        id : 'bgColorChoose',
    431431                                                                                                        label : langCell.chooseColor,
    432                                                                                                         style : ( rtl ? 'margin-right' : 'margin-left' ) + ': 10px',
     432                                                                                                        style : !CKEDITOR.env.ie7Compat ? ( rtl ? 'margin-right' : 'margin-left' ) + ': 10px' : '',
    433433                                                                                                        onLoad : function()
    434434                                                                                                        {
    435435                                                                                                                // Stick the element to the bottom (#5587)
     
    452452                                                                                {
    453453                                                                                        type : 'hbox',
    454454                                                                                        padding : 0,
    455                                                                                         widths : [ '70%', '30%' ],
     455                                                                                        widths : [ '65%', '35%' ],
    456456                                                                                        children :
    457457                                                                                        [
    458458                                                                                                {
     
    482482                                                                                                        type : 'button',
    483483                                                                                                        id : 'borderColorChoose',
    484484                                                                                                        label : langCell.chooseColor,
    485                                                                                                         style : ( rtl ? 'margin-right' : 'margin-left' ) + ': 10px',
     485                                                                                                        style : !CKEDITOR.env.ie7Compat ? ( rtl ? 'margin-right' : 'margin-left' ) + ': 10px' : '',
    486486                                                                                                        onLoad : function()
    487487                                                                                                        {
    488488                                                                                                                // Stick the element to the bottom (#5587)
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy