Ticket #6182: 6182.patch

File 6182.patch, 1.4 KB (added by Tobiasz Cudnik, 14 years ago)
  • _source/skins/office2003/dialog.css

     
    539539{
    540540        border: 1px solid #a0a0a0;
    541541        background-color: white;
     542        width: 100%;
    542543}
    543544
    544545.cke_skin_office2003 .cke_dialog_ui_input_file
  • _source/skins/kama/dialog.css

     
    608608{
    609609        border: 1px solid #a0a0a0;
    610610        background-color: white;
     611        width: 100%;
    611612}
    612613
    613614.cke_skin_kama .cke_dialog_ui_input_file
  • _source/plugins/dialogadvtab/plugin.js

     
    9898                                                type : 'select',
    9999                                                label : lang.langDir,
    100100                                                'default' : '',
    101                                                 style : 'width:110px',
    102101                                                items :
    103102                                                [
    104103                                                        [ lang.notSet, '' ],
  • _source/skins/v2/dialog.css

     
    541541{
    542542        border: 1px solid #a0a0a0;
    543543        background-color: white;
     544        width: 100%;
    544545}
    545546
    546547.cke_skin_v2 .cke_dialog_ui_input_file
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy