fixing the height of inputs

This commit is contained in:
dhg 2014-12-15 16:53:01 -08:00
parent c34806e863
commit 3b39c4ae2b

2
css/skeleton.css vendored
View File

@ -233,7 +233,7 @@ input[type="url"],
input[type="password"],
textarea,
select {
height: 36px;
height: 38px;
padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
background-color: #fff;
border: 1px solid #D1D1D1;