Ticket #4272: 4272_3.patch
File 4272_3.patch, 1.5 KB (added by , 15 years ago) |
---|
-
_source/skins/office2003/toolbar.css
65 65 background-repeat: repeat-x; 66 66 display: inline-block; 67 67 float: left; 68 !height: 28px; 69 !line-height: 28px; 68 70 } 69 71 70 72 .cke_skin_office2003 .cke_rtl .cke_toolbar -
_source/skins/v2/richcombo.css
144 144 border-bottom: 1px solid #8f8f73; 145 145 width: 14px; 146 146 height: 20px; 147 _height: 22px; 147 148 } 148 149 149 150 .cke_skin_v2 .cke_ltr .cke_rcombo .cke_openbutton -
CHANGES.html
46 46 <p> 47 47 Fixed issues:</p> 48 48 <ul> 49 <li><a href="http://dev.fckeditor.net/ticket/4272">#4272</a> : Kama skin toolbar was broken in IE+RTL+quirks.</li> 49 50 <li><a href="http://dev.fckeditor.net/ticket/4987">#4987</a> : Changed the url which is called by the Browser Server button in Link tab of Image Properties dialog.</li> 50 51 <li><a href="http://dev.fckeditor.net/ticket/5030">#5030</a> : Fixed CKEDITOR.timestamp wasn't added while loading skin.js.</li> 51 52 <li><a href="http://dev.fckeditor.net/ticket/4993">#4993</a> : Remove float value of image in case user selects 'not set'.</li>