Ticket #5894: 5894_3.patch

File 5894_3.patch, 3.1 KB (added by Garry Yao, 13 years ago)
  • _source/themes/default/theme.js

     
    184184                                                                '<div id="%title#" class="%title" role="presentation"></div>' +
    185185                                                                '<a id="%close_button#" class="%close_button" href="javascript:void(0)" title="' +  editor.lang.common.close+'" role="button"><span class="cke_label">X</span></a>' +
    186186                                                                '<div id="%tabs#" class="%tabs" role="tablist"></div>' +
    187                                                                 '<table class="%contents" role="presentation"><tr>' +
     187                                                                '<table class="%contents" role="presentation">' +
     188                                                                '<tr>' +
    188189                                                                  '<td id="%contents#" class="%contents" role="presentation"></td>' +
    189                                                                 '</tr></table>' +
    190                                                                 '<div id="%footer#" class="%footer" role="presentation"></div>' +
     190                                                                '</tr>' +
     191                                                                '<tr>' +
     192                                                                  '<td id="%footer#" class="%footer" role="presentation"></td>' +
     193                                                                '</tr>' +
     194                                                                '</table>' +
    191195                                                        '</div>' +
    192196                                                        '<div id="%tl#" class="%tl"></div>' +
    193197                                                        '<div id="%tc#" class="%tc"></div>' +
     
    226230                                        close           : close,
    227231                                        tabs            : body.getChild( 2 ),
    228232                                        contents        : body.getChild( [ 3, 0, 0, 0 ] ),
    229                                         footer          : body.getChild( 4 )
     233                                        footer          : body.getChild( [ 3, 0, 1, 0 ] )
    230234                                }
    231235                        };
    232236                },
  • _source/skins/office2003/dialog.css

     
    429429        cursor: default;
    430430}
    431431
     432.cke_skin_office2003 a.cke_dialog_ui_button_ok span,
     433.cke_skin_office2003 a.cke_dialog_ui_button_cancel span
     434{
     435        width:60px;
     436}
     437
    432438.cke_skin_office2003 span.cke_dialog_ui_button
    433439{
    434440        background-image: url(images/sprites.png);
     
    485491
    486492.cke_skin_office2003 .cke_dialog_footer_buttons span.cke_dialog_ui_button
    487493{
    488         width: 60px;
    489494        margin: 7px 0;
    490495}
    491496
  • _source/skins/v2/dialog.css

     
    428428        cursor: default;
    429429}
    430430
     431.cke_skin_v2 a.cke_dialog_ui_button_ok span,
     432.cke_skin_v2 a.cke_dialog_ui_button_cancel span
     433{
     434        width:60px;
     435}
     436
    431437.cke_skin_v2 span.cke_dialog_ui_button
    432438{
    433439        border: #737357 1px solid;
     
    481487
    482488.cke_skin_v2 .cke_dialog_footer_buttons span.cke_dialog_ui_button
    483489{
    484         width: 60px;
    485490        margin: 7px 0;
    486491}
    487492
  • _source/skins/kama/dialog.css

     
    394394.cke_skin_kama a.cke_dialog_ui_button_ok span,
    395395.cke_skin_kama a.cke_dialog_ui_button_cancel span
    396396{
     397        width:60px;
    397398        padding-right: 20px;
    398399        padding-left: 20px;
    399400}
     
    517518.cke_skin_kama .cke_dialog_footer_buttons span.cke_dialog_ui_button
    518519{
    519520        margin: 7px 0;
    520         width: 60px;
    521521        text-align: center;
    522522}
    523523
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy