Ticket #5757: 5757.patch

File 5757.patch, 751 bytes (added by Sa'ar Zac Elias, 13 years ago)
  • _source/plugins/a11yhelp/dialogs/a11yhelp.js

     
    181181                                                                'overflow-y:auto;' +
    182182                                                                'overflow-x:hidden;' +
    183183                                                        '}' +
     184                                                        // Some adjustments are to be done for IE6 and Quirks to work "properly" (#5757)
     185                                                        '.cke_browser_ie.cke_browser_quirks .cke_accessibility_legend,' +
     186                                                        '.cke_browser_ie6 .cke_accessibility_legend' +
     187                                                        '{' +
     188                                                                'overflow-x:auto;' +
     189                                                                'height:390px' +
     190                                                        '}' +
    184191                                                        '.cke_accessibility_legend h1' +
    185192                                                        '{' +
    186193                                                                'font-size: 20px;' +
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy