Increasing left/right padding of button text

This commit is contained in:
David Rowe 2016-04-12 08:57:36 +12:00
parent 7d068a31a6
commit 43de32e7ce

View file

@ -300,7 +300,7 @@ input[type=button] {
vertical-align: top; vertical-align: top;
height: 28px; height: 28px;
min-width: 120px; min-width: 120px;
padding: 0px 12px; padding: 0px 18px;
margin-right: 8px; margin-right: 8px;
border-radius: 5px; border-radius: 5px;
border: none; border: none;