Ticket #3639: 3639_2.patch
File 3639_2.patch, 2.6 KB (added by , 14 years ago) |
---|
-
_source/skins/kama/dialog.css
271 271 272 272 /* IE6 buttons. */ 273 273 .cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button span, 274 .cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button span, 274 275 .cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button span 275 276 { 276 /*border: #53D9F0 1px solid;*/ 277 padding: 5px 20px; 277 padding: 5px 15px; 278 278 text-align: center; 279 279 color: #3b3b1f; 280 280 background: #53D9F0 none; 281 281 display: inline-block; 282 282 cursor: default; 283 width: 100px; 283 284 } 284 285 286 .cke_skin_kama a.cke_dialog_ui_button_ok span, 287 .cke_skin_kama a.cke_dialog_ui_button_cancel span 288 { 289 padding-right: 20px; 290 padding-left: 20px; 291 } 292 285 293 .cke_skin_kama a.cke_dialog_ui_button_ok 286 294 { 287 295 background-position: 0 -1143px; 288 text-align: left;289 296 } 290 297 291 298 .cke_skin_kama a.cke_dialog_ui_button_ok span 292 299 { 293 300 background: transparent url(sprites.png) no-repeat scroll right -1219px; 294 min-width: 60px;295 padding-right: 20px;296 text-align: left;297 301 } 298 302 299 303 .cke_skin_kama .cke_rtl a.cke_dialog_ui_button_ok span … … 301 305 background-position: left -1219px; 302 306 } 303 307 304 .cke_skin_kama .cke_browser_ie7 a.cke_dialog_ui_button_ok span305 {306 margin-right: 40px;307 }308 309 308 .cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button_ok span, 310 309 .cke_skin_kama .cke_browser_ie6 a.cke_dialog_ui_button_ok span 311 310 { … … 321 320 .cke_skin_kama a.cke_dialog_ui_button_cancel span 322 321 { 323 322 background: transparent url(sprites.png) no-repeat scroll right -1245px; 324 padding-right: 20px;325 padding-left: 20px;326 323 } 327 324 328 325 .cke_skin_kama .cke_rtl a.cke_dialog_ui_button_cancel span … … 403 400 .cke_skin_kama .cke_dialog_footer_buttons span.cke_dialog_ui_button 404 401 { 405 402 margin: 7px 0; 403 width: 60px; 406 404 text-align: center; 407 405 } 408 406 -
CHANGES.html
44 44 <p> 45 45 Fixed issues:</p> 46 46 <ul> 47 <li><a href="http://dev.fckeditor.net/ticket/3819">#3819</a> : The cursor was not visible 48 when applying style to collapsed selections in Firefox 2.</li> 47 <li><a href="http://dev.fckeditor.net/ticket/3639">#3639</a> : Button size was inconsistent.</li> 49 48 <li><a href="http://dev.fckeditor.net/ticket/3809">#3809</a> : Fixed beam cursor 50 49 when mouse cursor is over text-only buttons in IE.</li> 51 50 <li><a href="http://dev.fckeditor.net/ticket/3815">#3815</a> : Fixed an issue