Make WordPress Core


Ignore:
Timestamp:
04/05/2014 08:03:41 PM (12 years ago)
Author:
nacin
Message:

Theme Installer: Better responsive styles for feature filters.

props matveb.
fixes #27661.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-install.php

    r27940 r27959  
    124124                </div>
    125125                <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" />
    126129                <?php
    127130                $feature_list = get_theme_feature_list();
     
    140143                }
    141144                ?>
    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>
    145145                        <div class="filtering-by">
    146146                                <span><?php _e( 'Filtering by:' ); ?></span>
Note: See TracChangeset for help on using the changeset viewer.