Ticket #7321: 7321_2.patch

File 7321_2.patch, 1.8 KB (added by Garry Yao, 13 years ago)
  • _source/skins/v2/dialog.css

     
    401401        padding: 1px 0px;
    402402}
    403403
     404/* RTL + IE6: Input overflows dialog element. (#7321) */
     405.cke_skin_v2 .cke_rtl .cke_dialog_ui_labeled_content
     406{
     407        _width: 95%;
     408}
     409
    404410.cke_skin_v2 div.cke_disabled .cke_dialog_ui_labeled_content *
    405411{
    406412        background-color : #a0a0a0;
  • _source/skins/office2003/dialog.css

     
    334334        background-color: white;
    335335        border: 1px solid #a0a0a0;
    336336        padding: 1px 0px;
    337         /* IE6/Quirks - make sure the content does not overflow (#7321) */
    338         _width: 99.9%;
    339337}
    340338
    341339/* Opera/IE doesn't leave enough padding in text input for cursor to blink in RTL. (#6087) */
     
    402400        padding: 1px 0px;
    403401}
    404402
     403/* RTL + IE6: Input overflows dialog element. (#7321) */
     404.cke_skin_office2003 .cke_rtl .cke_dialog_ui_labeled_content
     405{
     406        _width: 95%;
     407}
     408
    405409.cke_skin_office2003 div.cke_disabled .cke_dialog_ui_labeled_content *
    406410{
    407411        background-color : #a0a0a0;
  • _source/skins/kama/dialog.css

     
    315315        padding: 1px 0px;
    316316}
    317317
     318/* RTL + IE6: Input overflows dialog element. (#7321) */
     319.cke_skin_kama .cke_rtl .cke_dialog_ui_labeled_content
     320{
     321        _width: 95%;
     322}
     323
    318324.cke_skin_kama div.cke_disabled .cke_dialog_ui_labeled_content *
    319325{
    320326        background-color : #a0a0a0;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy