Ticket #4014: 4014.patch

File 4014.patch, 1.6 KB (added by Tobiasz Cudnik, 15 years ago)
  • CHANGES.html

     
    162162                        ckeditor2.html test case.</li>
    163163                <li><a href="http://dev.fckeditor.net/ticket/3989">#3989</a> : Host page horizontal scrolling a lot when on having righ-to-left direction.</li>
    164164                <li><a href="http://dev.fckeditor.net/ticket/4001">#4001</a> : Create link around existing image result incorrect.</li>
     165                <li><a href="http://dev.fckeditor.net/ticket/4014">#4014</a> : Firefox2 had no dialog button backgrounds.</li>
    165166        </ul>
    166167        <h3>
    167168                CKEditor 3.0 RC</h3>
  • _source/skins/kama/dialog.css

     
    437437        text-align: center;
    438438}
    439439
     440/* Firefox2 buttons */
     441.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons a.cke_dialog_ui_button
     442{
     443        display: block;
     444        padding: 0;
     445}
     446
     447.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons span.cke_dialog_ui_button
     448{
     449        padding-bottom: 5px;
     450        padding-top: 6px;
     451        margin-bottom: 0;
     452}
     453
     454.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons .cke_dialog_ui_button_ok .cke_dialog_ui_button
     455{
     456        background-position: right -1214px;
     457}
     458
     459.cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons .cke_dialog_ui_button_cancel .cke_dialog_ui_button
     460{
     461        background-position: right -1242px;
     462}
     463/* END Firefox2 buttons */
     464
    440465.cke_skin_kama strong
    441466{
    442467        font-weight: bold;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy