fixing the height of inputs
This commit is contained in:
parent
c34806e863
commit
3b39c4ae2b
2
css/skeleton.css
vendored
2
css/skeleton.css
vendored
@ -233,7 +233,7 @@ input[type="url"],
|
|||||||
input[type="password"],
|
input[type="password"],
|
||||||
textarea,
|
textarea,
|
||||||
select {
|
select {
|
||||||
height: 36px;
|
height: 38px;
|
||||||
padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
|
padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #D1D1D1;
|
border: 1px solid #D1D1D1;
|
||||||
|
Loading…
Reference in New Issue
Block a user