Ticket #3843: 3843.patch

File 3843.patch, 1.9 KB (added by Tobiasz Cudnik, 15 years ago)
  • _source/skins/v2/toolbar.css

     
    234234.cke_skin_v2 .cke_accessibility
    235235{
    236236        position: absolute;
    237         top: -1000000px;
     237        display: block;
     238        width: 0;
     239        height: 0;
     240        overflow: hidden;
    238241}
    239242
    240243.cke_skin_v2 .cke_button .cke_buttonarrow
  • CHANGES.html

     
    7777                <li><a href="http://dev.fckeditor.net/ticket/3829">#3829</a> : Fixed remove empty link on output data.</li>
    7878                <li><a href="http://dev.fckeditor.net/ticket/3730">#3730</a> : Indent is performing on the whole
    7979                        block instead of selected lines in enterMode = BR.</li>
     80                <li><a href="http://dev.fckeditor.net/ticket/3843">#3843</a> : Fixed context submenu position in IE 6 & 7 RTL.</li>
    8081        </ul>
    8182        <h3>
    8283                CKEditor 3.0 RC</h3>
  • _source/skins/kama/toolbar.css

     
    249249.cke_skin_kama .cke_accessibility
    250250{
    251251        position: absolute;
    252         left: -10000px;
     252        display: block;
     253        width: 0;
     254        height: 0;
     255        overflow: hidden;
    253256}
    254257
    255258.cke_skin_kama .cke_button .cke_buttonarrow
  • _source/skins/office2003/toolbar.css

     
    277277.cke_skin_office2003 .cke_accessibility
    278278{
    279279        position: absolute;
    280         top: -1000000px;
     280        display: block;
     281        width: 0;
     282        height: 0;
     283        overflow: hidden;
    281284}
    282285
    283286.cke_skin_office2003 .cke_button .cke_buttonarrow
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy