Ticket #5757: 5757_2.patch

File 5757_2.patch, 1.2 KB (added by Garry Yao, 13 years ago)
  • _source/plugins/a11yhelp/dialogs/a11yhelp.js

     
    170170                                        {
    171171                                                type : 'html',
    172172                                                id : 'legends',
     173                                                style : 'white-space:normal;',
    173174                                                focus : function() {},
    174175                                                html : buildHelpContents() +
    175176                                                        '<style type="text/css">' +
     
    181182                                                                'overflow-y:auto;' +
    182183                                                                'overflow-x:hidden;' +
    183184                                                        '}' +
     185                                                        // Some adjustments are to be done for IE6 and Quirks to work "properly" (#5757)
     186                                                        '.cke_browser_quirks .cke_accessibility_legend,' +
     187                                                        '.cke_browser_ie6 .cke_accessibility_legend' +
     188                                                        '{' +
     189                                                                'height:390px' +
     190                                                        '}' +
     191                                                        // Override non-wrapping white-space rule in reset css.
     192                                                        '.cke_accessibility_legend *' +
     193                                                        '{' +
     194                                                                'white-space:normal;' +
     195                                                        '}' +
    184196                                                        '.cke_accessibility_legend h1' +
    185197                                                        '{' +
    186198                                                                'font-size: 20px;' +
     
    198210                                                        '}' +
    199211                                                        '.cke_accessibility_legend dd' +
    200212                                                        '{' +
    201                                                                 'white-space:normal;' +
    202213                                                                'margin:10px' +
    203214                                                        '}' +
    204215                                                '</style>'
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy