Ticket #5757: 5757.patch
File 5757.patch, 751 bytes (added by , 12 years ago) |
---|
-
_source/plugins/a11yhelp/dialogs/a11yhelp.js
181 181 'overflow-y:auto;' + 182 182 'overflow-x:hidden;' + 183 183 '}' + 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 '}' + 184 191 '.cke_accessibility_legend h1' + 185 192 '{' + 186 193 'font-size: 20px;' +