Ticket #4114: 4114.patch
File 4114.patch, 615 bytes (added by , 14 years ago) |
---|
-
_source/skins/kama/dialog.css
11 11 12 12 .cke_skin_kama .cke_dialog_body 13 13 { 14 position: relative;15 14 z-index: 1; 16 15 border: solid 1px #ddd; 17 16 padding: 5px; … … 541 540 top: 7px; 542 541 } 543 542 544 /* Fix missing right border */545 .cke_skin_kama .cke_browser_ie6.cke_rtl .cke_dialog_body546 {547 float: left;548 }549 550 543 /* IE7 + IE quirks */ 551 544 .cke_skin_kama .cke_browser_ie7.cke_ltr .cke_dialog_close_button 552 545 {