Ticket #3843: 3843.patch
File 3843.patch, 1.9 KB (added by , 15 years ago) |
---|
-
_source/skins/v2/toolbar.css
234 234 .cke_skin_v2 .cke_accessibility 235 235 { 236 236 position: absolute; 237 top: -1000000px; 237 display: block; 238 width: 0; 239 height: 0; 240 overflow: hidden; 238 241 } 239 242 240 243 .cke_skin_v2 .cke_button .cke_buttonarrow -
CHANGES.html
77 77 <li><a href="http://dev.fckeditor.net/ticket/3829">#3829</a> : Fixed remove empty link on output data.</li> 78 78 <li><a href="http://dev.fckeditor.net/ticket/3730">#3730</a> : Indent is performing on the whole 79 79 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> 80 81 </ul> 81 82 <h3> 82 83 CKEditor 3.0 RC</h3> -
_source/skins/kama/toolbar.css
249 249 .cke_skin_kama .cke_accessibility 250 250 { 251 251 position: absolute; 252 left: -10000px; 252 display: block; 253 width: 0; 254 height: 0; 255 overflow: hidden; 253 256 } 254 257 255 258 .cke_skin_kama .cke_button .cke_buttonarrow -
_source/skins/office2003/toolbar.css
277 277 .cke_skin_office2003 .cke_accessibility 278 278 { 279 279 position: absolute; 280 top: -1000000px; 280 display: block; 281 width: 0; 282 height: 0; 283 overflow: hidden; 281 284 } 282 285 283 286 .cke_skin_office2003 .cke_button .cke_buttonarrow