Ticket #5714: 5714_2.patch
File 5714_2.patch, 2.2 KB (added by , 15 years ago) |
---|
-
_source/skins/v2/toolbar.css
285 285 cursor: default; 286 286 display: none; 287 287 padding-left: 3px; 288 vertical-align:middle; 288 289 } 289 290 290 291 .cke_skin_v2 .cke_hc .cke_button .cke_label -
_source/plugins/button/plugin.js
172 172 } 173 173 174 174 output.push( 175 '> </span>' +175 '> </span>' + 176 176 '<span id="', id, '_label" class="cke_label">', this.label, '</span>' ); 177 177 178 178 if ( this.hasArrow ) … … 180 180 output.push( 181 181 '<span class="cke_buttonarrow">' 182 182 // BLACK DOWN-POINTING TRIANGLE 183 + ( CKEDITOR.env.hc ? '▼' : ' ' )183 + ( CKEDITOR.env.hc ? '▼' : ' ' ) 184 184 + '</span>' ); 185 185 } 186 186 -
_source/skins/kama/toolbar.css
383 383 line-height: 17px; 384 384 } 385 385 386 /* IE8 strict button valign correction */387 .cke_skin_kama .cke_browser_ie8 .cke_button .cke_label388 {389 vertical-align: top;390 }391 392 .cke_skin_kama .cke_browser_iequirks.cke_browser_ie8 .cke_button .cke_label393 {394 /* revert previous */395 vertical-align: middle;396 }397 /* END IE8 strict button valign correction */398 399 386 /* Fix cursor shape consistency on toolbar combos (#4031) */ 400 387 .cke_skin_kama .cke_browser_ie .cke_rcombo, 401 388 .cke_skin_kama .cke_browser_ie .cke_rcombo * -
_source/skins/office2003/toolbar.css
312 312 display: none; 313 313 padding-left: 3px; 314 314 cursor: default; 315 315 vertical-align:middle; 316 316 _background-image: url(images/sprites_ie6.png); 317 317 _background-position: 0 -970px; 318 318 _background-repeat: repeat-x;