Making WordPress.org

Ticket #513: 513-2.diff

File 513-2.diff, 674 bytes (added by iamfriendly, 11 years ago)

Adjusted font-size, padding, height and width to be more inline with other buttons and other inputs in the form

  • style.css

     
    365365        height: 10em;
    366366        line-height: 1.5em;
    367367}
     368.submit input, input[type=button], input[type=submit], .button, .button-primary, .download-button, .button-secondary{
     369        line-height: 1;
     370}
     371
     372form#contactme .submit input,form#contactme input[type=button],form#contactme input[type=submit],form#contactme .button, .button-primary,form#contactme .download-button,form#contactme .button-secondary{
     373        padding: 11px 0;
     374        font-size: 13px;
     375        height: auto;
     376        max-width: 230px;
     377}
     378
    368379tr.error {
    369380        background-color: #E4F2FD;
    370381}