Ticket #5140: 5140_2.patch
File 5140_2.patch, 2.5 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 { -
_source/skins/office2003/menu.css
162 162 background-position: 0 -1050px; 163 163 } 164 164 165 .cke_skin_office2003 .cke_menuarrow span 166 { 167 display: none; 168 } 169 170 .cke_hc .cke_skin_office2003 .cke_menuarrow 171 { 172 width: auto; 173 margin-top: 0; 174 } 175 176 .cke_hc .cke_skin_office2003 .cke_menuarrow span 177 { 178 display: inline; 179 } 180 165 181 /* #3766 In the context menu, long labels with second level menu get wrapped */ 166 182 .cke_browser_ie.cke_ltr .cke_skin_office2003 .cke_menuarrow 167 183 { -
_source/skins/v2/menu.css
165 165 background-position: 0 -763px; 166 166 } 167 167 168 .cke_skin_v2 .cke_menuarrow span 169 { 170 display: none; 171 } 172 173 .cke_hc .cke_skin_v2 .cke_menuarrow 174 { 175 width: auto; 176 margin-top: 0; 177 } 178 179 .cke_hc .cke_skin_v2 .cke_menuarrow span 180 { 181 display: inline; 182 } 183 168 184 /* #3766 In the context menu, long labels with second level menu get wrapped */ 169 185 .cke_browser_ie.cke_ltr .cke_skin_v2 .cke_menuarrow 170 186 {