Changeset 27959
- Timestamp:
- 04/05/2014 08:03:41 PM (11 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/themes.css
r27940 r27959 1217 1217 .more-filters-container { 1218 1218 display: none; 1219 padding: 30px;1219 padding: 20px; 1220 1220 border-top: 1px solid #eee; 1221 1221 margin: 0 -20px; … … 1224 1224 body.more-filters-opened .more-filters-container { 1225 1225 display: block; 1226 overflow: hidden; 1226 1227 } 1227 1228 body.more-filters-opened .theme-section.current { … … 1255 1256 list-style-type: none; 1256 1257 margin: 20px 0 0; 1257 display: block;1258 1258 font-size: 12px; 1259 1259 } 1260 .more-filters-container li { 1261 display: inline-block; 1262 vertical-align: top; 1263 list-style-type: none; 1264 margin: 5px 0; 1265 padding-right: 25px; 1266 width: 160px; 1267 } 1260 1268 .theme-navigation .more-filters-container .apply-filters { 1261 margin: 20px 0 0;1269 margin: 0 0 20px; 1262 1270 } 1263 1271 .theme-navigation .more-filters-container .clear-filters { 1264 1272 display: none; 1265 margin: 20px 0 010px;1273 margin: 0 0 20px 10px; 1266 1274 } 1267 1275 .more-filters-container .apply-filters span { … … 1346 1354 margin-bottom: 0; 1347 1355 margin-top: 5px; 1348 width: 49%;1349 } 1350 .more-filters-container .filters-group :nth-child(3n){1351 clear: left;1356 width: 100%; 1357 } 1358 .more-filters-container .filters-group li { 1359 margin: 10px 0; 1352 1360 } 1353 1361 } … … 1355 1363 @media only screen and (max-width: 782px) { 1356 1364 .more-filters-container .filters-group { 1365 width: 100%; 1366 } 1367 .more-filters-container .filters-group li { 1357 1368 width: 100%; 1358 1369 } -
trunk/src/wp-admin/theme-install.php
r27940 r27959 124 124 </div> 125 125 <div class="more-filters-container"> 126 <a class="apply-filters button button-secondary" href="#"><?php _e( 'Apply Filters' ); ?><span></span></a> 127 <a class="clear-filters button button-secondary" href="#"><?php _e( 'Clear' ); ?></a> 128 <br class="clear" /> 126 129 <?php 127 130 $feature_list = get_theme_feature_list(); … … 140 143 } 141 144 ?> 142 <br class="clear" />143 <a class="apply-filters button button-secondary" href="#"><?php _e( 'Apply Filters' ); ?><span></span></a>144 <a class="clear-filters button button-secondary" href="#"><?php _e( 'Clear' ); ?></a>145 145 <div class="filtering-by"> 146 146 <span><?php _e( 'Filtering by:' ); ?></span>
Note: See TracChangeset
for help on using the changeset viewer.