Ticket #6240: 6240.patch
File 6240.patch, 1.2 KB (added by , 13 years ago) |
---|
-
_source/skins/v2/richcombo.css
289 289 { 290 290 height: 22px; 291 291 } 292 293 .cke_skin_v2 .cke_rtl .cke_rcombo .cke_font, 294 .cke_skin_v2 .cke_rtl .cke_rcombo .cke_fontSize 295 { 296 direction: ltr; 297 } 298 No newline at end of file -
_source/skins/kama/richcombo.css
269 269 height: auto; 270 270 line-height: 17px; 271 271 } 272 273 .cke_skin_kama .cke_rtl .cke_rcombo .cke_font .cke_text, 274 .cke_skin_kama .cke_rtl .cke_rcombo .cke_fontSize .cke_text 275 { 276 direction: ltr; 277 } -
_source/skins/office2003/richcombo.css
289 289 { 290 290 float: none; 291 291 } 292 293 .cke_skin_office2003 .cke_rtl .cke_rcombo .cke_font, 294 .cke_skin_office2003 .cke_rtl .cke_rcombo .cke_fontSize 295 { 296 direction: ltr; 297 }