Make WordPress Core

Changeset 31913


Ignore:
Timestamp:
03/27/2015 10:16:10 PM (10 years ago)
Author:
ocean90
Message:

Customizer: Use responsive button styles if screen is max-width 640px.

see #31794, #28784.

File:
1 edited

Legend:

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

    r31912 r31913  
    11041104        height: auto;
    11051105    }
    1106 }
     1106
     1107    .wp-core-ui.wp-customizer .button {
     1108        padding: 6px 14px;
     1109        line-height: normal;
     1110        font-size: 14px;
     1111        vertical-align: middle;
     1112        height: auto;
     1113        margin-bottom: 4px;
     1114    }
     1115
     1116    #customize-header-actions .button-primary {
     1117        margin-top: 6px;
     1118    }
     1119
     1120    #customize-header-actions .spinner {
     1121        margin-top: 13px;
     1122    }
     1123}
Note: See TracChangeset for help on using the changeset viewer.