Ticket #7321: 7321_3.patch

File 7321_3.patch, 1.7 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_dialog_ui_labeled_content
     406{
     407        _width: 90%;
     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_dialog_ui_labeled_content
     405{
     406        _width: 90%;
     407}
     408
    405409.cke_skin_office2003 div.cke_disabled .cke_dialog_ui_labeled_content *
    406410{
    407411        background-color : #a0a0a0;
  • _source/skins/kama/dialog.css

     
    308308        resize: none;
    309309}
    310310
     311/* RTL + IE6: Input overflows dialog element. (#7321) */
     312.cke_skin_kama .cke_dialog_ui_labeled_content
     313{
     314        _width: 90%;
     315}
     316
    311317.cke_skin_kama div.cke_dialog_ui_input_textarea
    312318{
    313319        background-color: white;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy