Make WordPress Core

Ticket #21486: 21486-submit-button-top-padding-fix.diff

File 21486-submit-button-top-padding-fix.diff, 485 bytes (added by chellycat, 11 years ago)

Makes the top/bottom padding of the submit button even with the input field for search and password forms.

  • wp-content/themes/twentytwelve/style.css

     
    258258        box-shadow: none;
    259259        padding: 0;
    260260}
     261input#searchsubmit,
     262article.post-password-required input[type=submit] {
     263        padding: 6px 10px;
     264        padding: 0.4rem 0.714285714rem;
     265}
    261266
    262267/* Form fields */
    263268.widget_search input[type="text"],