Make WordPress Core

Changeset 26177


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

Move the responsive padding for html.wp-toolbar to wp-admin.css since it affects the page content, not the toolbar.

Location:
trunk/src
Files:
2 edited

Legend:

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

    r26176 r26177  
    1103511035
    1103611036@media screen and ( max-width: 782px ) {
     11037    html.wp-toolbar {
     11038        padding-top: 46px;
     11039    }
     11040
    1103711041    body {
    1103811042        min-width: 240px;
  • trunk/src/wp-includes/css/admin-bar.css

    r26176 r26177  
    666666@media screen and ( max-width: 782px ) {
    667667    /* Toolbar Touchification*/
    668     html.wp-toolbar {
    669         padding-top: 46px;
    670     }
    671 
    672668    html #wpadminbar {
    673669        left: 0 !important;
Note: See TracChangeset for help on using the changeset viewer.