Make WordPress Core

Changeset 26464


Ignore:
Timestamp:
11/29/2013 04:28:16 AM (11 years ago)
Author:
dd32
Message:

Themes: Update the responsive layouts for the Search box after r26461. See #26305

File:
1 edited

Legend:

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

    r26463 r26464  
    734734        bottom: 10px;
    735735    }
    736     .theme-browser .theme-search {
    737         top: 3px;
    738     }
    739736}
    740737@media ( max-width: 650px ) {
     
    784781     * Search form
    785782     */
    786     .theme-browser .theme-search {
     783    .themes-php .wrap h2 {
     784        width: 100%;
     785    }
     786    .themes-php .theme-search {
    787787        float: none;
    788788        clear: both;
    789789        left: 0;
     790        top: 0;
     791        right: 0;
    790792        margin: 10px 0;
    791793        width: 100%;
Note: See TracChangeset for help on using the changeset viewer.