Ticket #7321: 7321.patch

File 7321.patch, 1.4 KB (added by Sa'ar Zac Elias, 13 years ago)
  • _source/skins/kama/dialog.css

     
    247247        background-color: white;
    248248        border: 1px solid #a0a0a0;
    249249        padding: 1px 0px;
     250        /* IE6/Quirks - make sure the content does not overflow (#7321) */
     251        _width: 99.9%;
    250252}
    251253
    252254/* Opera/IE doesn't leave enough padding in text input for cursor to blink in RTL. (#6087) */
  • _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%;
    337339}
    338340
    339341/* Opera/IE doesn't leave enough padding in text input for cursor to blink in RTL. (#6087) */
  • _source/skins/v2/dialog.css

     
    371371        background-color: white;
    372372        border: 1px solid #a0a0a0;
    373373        padding: 1px 0px;
     374        /* IE6/Quirks - make sure the content does not overflow (#7321) */
     375        _width: 99.9%;
    374376}
    375377
    376378.cke_skin_v2 .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_text {
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy