Ticket #5411: 5411.patch

File 5411.patch, 1.6 KB (added by Garry Yao, 14 years ago)
  • _source/plugins/forms/plugin.js

     
    2727                                'background-position: center center;' +
    2828                                'background-repeat: no-repeat;' +
    2929                                'border: 1px solid #a9a9a9;' +
    30                                 'width: 16px;' +
    31                                 'height: 16px;' +
     30                                'width: 16px !important;' +
     31                                'height: 16px !important;' +
    3232                        '}' );
    3333               
    3434                // All buttons use the same code to register. So, to avoid
  • _source/plugins/link/plugin.js

     
    3737                                'background-position: center center;' +
    3838                                'background-repeat: no-repeat;' +
    3939                                'border: 1px solid #a9a9a9;' +
    40                                 'width: 18px;' +
    41                                 'height: 18px;' +
     40                                'width: 18px !important;' +
     41                                'height: 18px !important;' +
    4242                        '}\n' +
    4343                        'a.cke_anchor' +
    4444                        '{' +
  • _source/plugins/pagebreak/plugin.js

     
    3232                                'clear: both;' +
    3333                                'display: block;' +
    3434                                'float: none;' +
    35                                 'width: 100%;' +
     35                                'width: 100% !important;' +
    3636                                'border-top: #999999 1px dotted;' +
    3737                                'border-bottom: #999999 1px dotted;' +
    38                                 'height: 5px;' +
     38                                'height: 5px !important;' +
    3939                                'page-break-after: always;' +
    4040
    4141                        '}' );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy