Make WordPress Core

Changeset 26628


Ignore:
Timestamp:
12/04/2013 07:44:01 PM (11 years ago)
Author:
iammattthomas
Message:

Reset responsive button styles in the Customizer, which uses fixed widths and positioning and is otherwise non-responsive. See #21890.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/buttons.css

    r26533 r26628  
    317317    }
    318318   
    319     /* Reset responsive styles in Press This */
    320 
     319    /* Reset responsive styles in Press This, Customizer */
     320
     321    .wp-core-ui.wp-customizer .button,
    321322    .press-this.wp-core-ui .button,
    322323    .press-this input#publish,
     
    328329        height: 28px;
    329330        margin: 0;
     331        vertical-align: inherit;
    330332    }
    331333   
Note: See TracChangeset for help on using the changeset viewer.