Ticket #3067: 3067.patch

File 3067.patch, 954 bytes (added by Garry Yao, 15 years ago)
  • _source/plugins/menu/plugin.js

     
    187187                                        var item = items[ i ];
    188188                                        if ( lastGroup != item.group )
    189189                                        {
    190                                                 output.push( '<div class="cke_menuseparator"></div>' );
     190                                                output.push( '<hr class="cke_menuseparator" />' );
    191191                                                lastGroup = item.group;
    192192                                        }
    193193
  • _source/skins/default/menu.css

     
    7171
    7272.cke_skin_default .cke_menuseparator
    7373{
     74        position:absolute;
    7475        background-color: #e3e3c7;
     76        color: #e3e3c7; /* IE */
     77        width: 100%;
    7578        height: 2px;
    7679        filter: alpha(opacity=70); /* IE */
    7780        opacity: 0.70; /* Safari, Opera and Mozilla */
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy