Ticket #5894: 5894_2.patch

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

Updated patch

  • _source/skins/kama/dialog.css

     
    449449        display: inline-block;
    450450        cursor: default;
    451451        min-width: 60px;
     452        +min-width: 40px;
    452453        +margin: 2px 0; /* IE7 */
    453454}
    454455
     
    509510.cke_skin_kama .cke_dialog_footer_buttons span.cke_dialog_ui_button
    510511{
    511512        margin: 7px 0;
    512         width: 60px;
    513513        text-align: center;
    514514}
    515515
  • _source/skins/office2003/dialog.css

     
    433433        color: #0E3460;
    434434        background-color: #8db1ff;
    435435        display: inline-block;
     436        min-width: 60px;
     437        +min-width: 40px;
    436438        cursor: default;
    437439}
    438440
     
    477479
    478480.cke_skin_office2003 .cke_dialog_footer_buttons span.cke_dialog_ui_button
    479481{
    480         width: 60px;
    481482        margin: 7px 0;
    482483}
    483484
  • _source/skins/v2/dialog.css

     
    428428        color: #3b3b1f;
    429429        background-color: #c7c78f;
    430430        display: inline-block;
     431        min-width: 60px;
     432        +min-width: 40px;
    431433        cursor: default;
    432434}
    433435
     
    473475
    474476.cke_skin_v2 .cke_dialog_footer_buttons span.cke_dialog_ui_button
    475477{
    476         width: 60px;
    477478        margin: 7px 0;
    478479}
    479480
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy