Ticket #5902: 5902.patch

File 5902.patch, 3.4 KB (added by Tobiasz Cudnik, 14 years ago)
  • _source/skins/kama/dialog.css

     
    724724        background-color : white;
    725725}
    726726
     727.cke_skin_kama .cke_dialog textarea.cke_pastetext
     728{
     729        width: 446px;
     730        height: 170px;
     731        resize: none;
     732        border: 1px solid black;
     733        background-color: white;
     734}
     735
     736.cke_skin_kama .cke_dialog iframe.cke_pasteframe
     737{
     738        width: 346px;
     739        height: 130px;
     740        background-color: white;
     741        border: 1px solid black;
     742}
     743
    727744.cke_skin_kama .cke_dialog .cke_dark_background
    728745{
    729746        text-align : center;
  • _source/plugins/clipboard/dialogs/paste.js

     
    7676
    7777                        var iframe = CKEDITOR.dom.element.createFromHtml(
    7878                                                '<iframe' +
     79                                                ' class="cke_pasteframe"' +
    7980                                                ' frameborder="0" ' +
    8081                                                ' allowTransparency="true"' +
    8182                                                // Support for custom document.domain in IE.
     
    103104                                doc.close();
    104105                        }, this );
    105106
    106                         iframe.setStyles(
    107                                 {
    108                                         width : '346px',
    109                                         height : '130px',
    110                                         'background-color' : 'white',
    111                                         border : '1px solid black'
    112                                 } );
    113107                        iframe.setCustomData( 'dialog', this );
    114108
    115109                        var field = this.getContentElement( 'general', 'editing_area' ),
  • _source/skins/v2/dialog.css

     
    657657        background-color : white;
    658658}
    659659
     660.cke_skin_v2 .cke_dialog textarea.cke_pastetext
     661{
     662        width: 446px;
     663        height: 170px;
     664        resize: none;
     665        border: 1px solid black;
     666        background-color: white;
     667}
     668
     669.cke_skin_v2 .cke_dialog iframe.cke_pasteframe
     670{
     671        width: 346px;
     672        height: 130px;
     673        background-color: white;
     674        border: 1px solid black;
     675}
     676
    660677.cke_skin_v2 .cke_dialog .cke_dark_background
    661678{
    662679        text-align : center;
  • _source/plugins/pastetext/dialogs/pastetext.js

     
    4848                                                                id : 'content',
    4949                                                                style : 'width:340px;height:170px',
    5050                                                                html :
    51                                                                         '<textarea style="' +
    52                                                                                 'width:346px;' +
    53                                                                                 'height:170px;' +
    54                                                                                 'resize: none;' +
     51                                                                        '<textarea class="cke_pastetext" style="' +
    5552                                                                                'direction:' + editor.config.contentsLangDirection + ';' +
    56                                                                                 'border:1px solid black;' +
    57                                                                                 'background-color:white">' +
    58                                                                         '</textarea>',
     53                                                                        '"></textarea>',
    5954
    6055                                                                onLoad : function()
    6156                                                                {
  • _source/skins/office2003/dialog.css

     
    655655        background-color : white;
    656656}
    657657
     658.cke_skin_office2003 .cke_dialog textarea.cke_pastetext
     659{
     660        width: 446px;
     661        height: 170px;
     662        resize: none;
     663        border: 1px solid black;
     664        background-color: white;
     665}
     666
     667.cke_skin_office2003 .cke_dialog iframe.cke_pasteframe
     668{
     669        width: 346px;
     670        height: 130px;
     671        background-color: white;
     672        border: 1px solid black;
     673}
     674
    658675.cke_skin_office2003 .cke_dialog .cke_dark_background
    659676{
    660677        text-align : center;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy