Changeset 1792

Show
Ignore:
Timestamp:
2008-03-25 09:55:03 (3 months ago)
Author:
martinkou
Message:

Fixed #2049 : Fixed a deleted cursor CSS attribute in the minified CSS inside fck_dialog_common.js.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/common/fck_dialog_common.js

    r1718 r1792  
    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} 
  • FCKeditor/trunk/_whatsnew.html

    r1790 r1792  
    129129                        issue where the placeholder icon for <EMBED> tags does not always show up 
    130130                        in IE7.</li> 
     131                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2049">#2049</a>] Fixed a 
     132                        deleted cursor CSS attribute in the minified CSS inside fck_dialog_common.js.</li> 
    131133        </ul> 
    132134        <h3>