Make WordPress Core

Changeset 23620


Ignore:
Timestamp:
03/05/2013 06:47:29 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: fixed layout for search inputs, props kwight. Fixes #23679.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/style.css

    r23614 r23620  
    388388input[type="search"] {
    389389    -webkit-appearance: textfield;
    390     -webkit-box-sizing: content-box;
    391     -moz-box-sizing:    content-box;
    392     box-sizing:         content-box;
    393390    padding-right: 2px; /* Don't cut off the webkit search cancel button */
    394391}
Note: See TracChangeset for help on using the changeset viewer.