bunker_like css form field padding tweak
This commit is contained in:
parent
91a0b3017b
commit
929e00675f
|
@ -65,12 +65,13 @@ form table tr th {
|
|||
background: #282A2E;
|
||||
border: 1px solid #117743;
|
||||
border-radius: 2px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
select {
|
||||
padding: 5px !important;
|
||||
padding: 4px !important;
|
||||
}
|
||||
|
||||
input[type="text"], input[type="password"], textarea, select {
|
||||
|
|
Loading…
Reference in New Issue