Make WordPress Core

Changeset 30747


Ignore:
Timestamp:
12/06/2014 12:12:25 AM (10 years ago)
Author:
azaozz
Message:

Themes screen: fix the position of the search field. Props jesin, fixes #29556.

File:
1 edited

Legend:

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

    r30740 r30747  
    3232    left: 20px;
    3333    margin: 0;
    34     max-width: 280px;
    35     width: 100%;
     34    width: 280px;
    3635    font-size: 16px;
    3736    font-weight: 300;
     
    10301029        margin: 10px 0;
    10311030        width: 100%;
     1031        max-width: 280px;
    10321032    }
    10331033
Note: See TracChangeset for help on using the changeset viewer.