Make WordPress Core

Changeset 26379


Ignore:
Timestamp:
11/26/2013 02:04:15 AM (11 years ago)
Author:
iammattthomas
Message:

Add padding to #wpbody at viewports < 600px so that content isn't overlapped by the absolute-positioned adminbar. See #25858.

File:
1 edited

Legend:

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

    r26373 r26379  
    1220512205        padding-top: 0;
    1220612206    }
     12207   
     12208    #wpbody {
     12209        padding-top: 46px;
     12210    }
    1220712211
    1220812212    .auto-fold #adminmenu {
Note: See TracChangeset for help on using the changeset viewer.