Ticket #2049: 2049.patch

File 2049.patch, 2.5 KB (added by Martin Kou, 16 years ago)
  • _whatsnew.html

     
    123123                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2042">#2042</a>] The FitWindow
    124124                        command was throwing an error if executed in an editor where its relative button
    125125                        is not present in the toolbar.</li>
     126                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2049">#2049</a>] Fixed a
     127                        deleted cursor CSS attribute in the minified CSS inside fck_dialog_common.js.</li>
    126128        </ul>
    127129        <h3>
    128130                Version 2.6 Beta 1</h3>
  • editor/dialog/common/fck_dialog_common.js

     
    6060        return ( prefix || '' ) + 'common/fck_dialog_common.css' ;      // @Packager.RemoveLine
    6161        /* @Packager.RemoveLine
    6262        // CSS minified by http://iceyboard.no-ip.org/projects/css_compressor
    63         return FCKConfig.BasePath + 'dialog/common/' + '|.ImagePreviewArea{border:#000 1px solid;overflow:auto;width:100%;height:170px;background-color:#fff}.FlashPreviewArea{border:#000 1px solid;padding:5px;overflow:auto;width:100%;height:170px;background-color:#fff}.BtnReset{float:left;background-position:center center;background-image:url(images/reset.gif);width:16px;height:16px;background-repeat:no-repeat;border:1px none;font-size:1px}.BtnLocked,.BtnUnlocked{float:left;background-position:center center;background-image:url(images/locked.gif);width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.BtnUnlocked{background-image:url(images/unlocked.gif)}.BtnOver{border:outset 1px;cursor:hand}' ;
     63        return FCKConfig.BasePath + 'dialog/common/' + '|.ImagePreviewArea{border:#000 1px solid;overflow:auto;width:100%;height:170px;background-color:#fff}.FlashPreviewArea{border:#000 1px solid;padding:5px;overflow:auto;width:100%;height:170px;background-color:#fff}.BtnReset{float:left;background-position:center center;background-image:url(images/reset.gif);width:16px;height:16px;background-repeat:no-repeat;border:1px none;font-size:1px}.BtnLocked,.BtnUnlocked{float:left;background-position:center center;background-image:url(images/locked.gif);width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.BtnUnlocked{background-image:url(images/unlocked.gif)}.BtnOver{border:outset 1px;cursor:pointer;cursor:hand}' ;
    6464        @Packager.RemoveLine */
    6565}
    6666
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy