Make WordPress Core

Changeset 30830


Ignore:
Timestamp:
12/12/2014 12:53:51 AM (12 years ago)
Author:
azaozz
Message:

Fix search box position on the Add Plugins screen after resizing the window to narrower than 1000px and then back to wider than 1200px. Fixes #30658.

File:
1 edited

Legend:

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

    r30813 r30830  
    10111011        height: 33px;
    10121012        vertical-align: top;
     1013}
     1014
     1015.wp-filter .search-form.search-plugins {
     1016        display: inline-block;
    10131017}
    10141018
Note: See TracChangeset for help on using the changeset viewer.