Make WordPress Core

Changeset 26173


Ignore:
Timestamp:
11/14/2013 08:43:00 PM (11 years ago)
Author:
iammattthomas
Message:

Make the menu location screen full-width at responsive sizes. Fixes #25975, props johnbillion.

File:
1 edited

Legend:

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

    r26172 r26173  
    1084310843        width: auto;
    1084410844    }
     10845
     10846    /* menu locations */
     10847    #menu-locations-wrap .widefat {
     10848        width: 100%;
     10849    }
     10850
    1084510851}
    1084610852@media only screen and (min-width: 1250px) {
Note: See TracChangeset for help on using the changeset viewer.