Ticket #20841: 20841.2.diff
| File 20841.2.diff, 1.2 KB (added by , 14 years ago) |
|---|
-
wp-admin/css/wp-admin-rtl.dev.css
117 117 direction: ltr; 118 118 } 119 119 120 input[type="search"] { 121 text-align: right; 122 } 123 120 124 input[type="text"].ui-autocomplete-loading { 121 125 background: transparent url('../images/loading.gif') no-repeat left center; 122 126 } … … 2083 2087 } 2084 2088 2085 2089 /* Custom Links */ 2086 #add-custom-link label span { float: right; padding-left: 5px; padding-right:0;} 2087 .howto span { float: right; } 2090 #add-custom-link label span { 2091 float: right; 2092 padding-left: 5px; 2093 padding-right: 0; 2094 } 2088 2095 2089 .list li .menu-item-title input { margin-left: 3px; margin-right: 0 } 2096 .nav-menus-php .howto span { 2097 float: right; 2098 } 2090 2099 2100 .list li .menu-item-title input { 2101 margin-left: 3px; 2102 margin-right: 0; 2103 } 2104 2091 2105 /* Nav Menu */ 2092 2106 .menu-item-handle { 2093 2107 padding-right: 10px; … … 2103 2117 margin-left:13em; 2104 2118 margin-right:0; 2105 2119 } 2120 .menu-item-handle .item-edit { 2121 right: auto; 2122 left: -20px; 2123 } 2106 2124 2107 2125 /* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */ 2108 2126 .menu-item-depth-0 { margin-right: 0px; margin-left:0;}