Ticket #5894: 5894.patch

File 5894.patch, 1.5 KB (added by Alfonso Martínez de Lizarrondo, 14 years ago)

Proposed patch

  • _source/skins/kama/dialog.css

     
    427427        display: inline-block;
    428428        cursor: default;
    429429        min-width: 60px;
     430        +min-width: 40px;
    430431        +margin: 2px 0; /* IE7 */
    431432}
    432433
     
    487488.cke_skin_kama .cke_dialog_footer_buttons span.cke_dialog_ui_button
    488489{
    489490        margin: 7px 0;
    490         width: 60px;
    491491        text-align: center;
    492492}
    493493
  • _source/skins/office2003/dialog.css

     
    417417        color: #0E3460;
    418418        background-color: #8db1ff;
    419419        display: inline-block;
     420        min-width: 60px;
     421        +min-width: 40px;
    420422        cursor: default;
    421423}
    422424
     
    461463
    462464.cke_skin_office2003 .cke_dialog_footer_buttons span.cke_dialog_ui_button
    463465{
    464         width: 60px;
    465466        margin: 7px 0;
    466467}
    467468
  • _source/skins/v2/dialog.css

     
    412412        color: #3b3b1f;
    413413        background-color: #c7c78f;
    414414        display: inline-block;
     415        min-width: 60px;
     416        +min-width: 40px;
    415417        cursor: default;
    416418}
    417419
     
    457459
    458460.cke_skin_v2 .cke_dialog_footer_buttons span.cke_dialog_ui_button
    459461{
    460         width: 60px;
    461462        margin: 7px 0;
    462463}
    463464
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy