Ticket #6062: 6062_2.patch
File 6062_2.patch, 1.7 KB (added by , 13 years ago) |
---|
-
_source/skins/kama/toolbar.css
237 237 height: 16px; 238 238 display: inline-block; 239 239 float: left; 240 cursor: default; 240 241 } 241 242 242 243 .cke_skin_kama .cke_rtl .cke_button .cke_icon … … 291 292 _background-image: url(images/sprites_ie6.png); 292 293 background-repeat: no-repeat; 293 294 float: left; 295 cursor: default; 294 296 } 295 297 296 298 .cke_skin_kama .cke_rtl .cke_button .cke_buttonarrow -
_source/skins/office2003/toolbar.css
305 305 width: 16px; 306 306 height: 16px; 307 307 display: inline-block; 308 cursor: default; 308 309 } 309 310 310 311 .cke_skin_office2003 .cke_button .cke_label … … 359 360 background-image: url(images/sprites.png); 360 361 _background-image: url(images/sprites_ie6.png); 361 362 background-repeat: no-repeat; 363 cursor: default; 362 364 } 363 365 364 366 .cke_skin_office2003 .cke_rtl .cke_button .cke_buttonarrow -
_source/skins/v2/toolbar.css
278 278 width: 16px; 279 279 height: 16px; 280 280 display: inline-block; 281 cursor: default; 281 282 } 282 283 283 284 .cke_skin_v2 .cke_button .cke_label … … 317 318 background-image: url(images/sprites.png); 318 319 _background-image: url(images/sprites_ie6.png); 319 320 background-repeat: no-repeat; 321 cursor: default; 320 322 } 321 323 322 324 .cke_skin_v2 .cke_rtl .cke_button .cke_buttonarrow