mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 13:40:02 +02:00
Increasing left/right padding of button text
This commit is contained in:
parent
7d068a31a6
commit
43de32e7ce
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue