diff --git a/css/buttons.css b/css/buttons.css index 7c8a46c..9484a31 100644 --- a/css/buttons.css +++ b/css/buttons.css @@ -14,10 +14,22 @@ button.formbutton { border: var(--default-button-border); font-family: var(--primary-font); cursor: pointer; - width: 32px; - height: 32px; + height: 28px; + width: 128px; padding: 0px; margin: 2px; + text-align: left; + font-size: 12px; + font-weight: normal; + flex-shrink: 0; +} + +button.formbutton.small { + width: 28px; +} + +button.formbutton img { + vertical-align: middle; } .button:hover > a > img:nth-of-type(1) {