Ticket #23645: 23645.4.diff
| File 23645.4.diff, 1.6 KB (added by , 13 years ago) |
|---|
-
wp-admin/includes/nav-menu.php
175 175 176 176 <p class="field-move description description-wide"> 177 177 <label> 178 < ?php _e( 'Move' ); ?>178 <span><?php _e( 'Move' ); ?></span> 179 179 <a href="#" class="menus-move-up"><?php _e( 'Up one' ); ?></a> 180 180 <a href="#" class="menus-move-down"><?php _e( 'Down one' ); ?></a> 181 181 <a href="#" class="menus-move-left"></a> -
wp-admin/css/wp-admin-rtl.css
2202 2202 .menu-item-handle .item-title { 2203 2203 margin-left:13em; 2204 2204 margin-right:0; 2205 overflow: hidden; 2205 2206 } 2206 2207 .menu-item-handle .item-edit { 2207 2208 right: auto; 2208 2209 left: -20px; 2209 2210 } 2210 2211 2212 .menu-item-handle .menu-item-title { 2213 float: right; 2214 } 2215 2216 .menu-item-settings .field-move a, 2217 .menu-item-settings .field-move span { 2218 float: right; 2219 margin-left: 4px; 2220 } 2221 2211 2222 /* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */ 2212 2223 .menu-item-depth-0 { margin-right: 0px; margin-left:0;} 2213 2224 .menu-item-depth-1 { margin-right: 30px; margin-left:0;} … … 2590 2601 float: right; 2591 2602 } 2592 2603 2604 .is-submenu { 2605 float: right; 2606 margin-right: 8px; 2607 } 2608 2593 2609 /*------------------------------------------------------------------------------ 2594 2610 29.0 - HiDPI 2595 2611 ------------------------------------------------------------------------------*/