Ticket #5140: 5140.patch
File 5140.patch, 1.2 KB (added by , 13 years ago) |
---|
-
_source/plugins/menu/plugin.js
338 338 if ( this.getItems ) 339 339 { 340 340 output.push( 341 '<span class="cke_menuarrow"></span>' ); 341 '<span class="cke_menuarrow">', 342 '<span>&#', 343 ( this.editor.lang.dir == 'rtl' ? 344 '9668;' : // BLACK LEFT-POINTING POINTER 345 '9658' ), // BLACK RIGHT-POINTING POINTER 346 ';</span>', 347 '</span>' ); 342 348 } 343 349 344 350 output.push( -
_source/skins/kama/menu.css
166 166 background-repeat: no-repeat; 167 167 } 168 168 169 .cke_skin_kama .cke_menuarrow span 170 { 171 display: none; 172 } 173 174 .cke_hc .cke_skin_kama .cke_menuarrow 175 { 176 width: auto; 177 margin-top: 0; 178 } 179 180 .cke_hc .cke_skin_kama .cke_menuarrow span 181 { 182 display: inline; 183 } 184 169 185 /* #3766 In the context menu, long labels with second level menu get wrapped */ 170 186 .cke_browser_ie.cke_ltr .cke_skin_kama .cke_menuarrow 171 187 {