2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

fixes #5127: add @inputHeight to replace static instances of '30px' throughout forms

This commit is contained in:
Mark Otto
2012-09-20 11:45:59 -07:00
parent 532ee08213
commit c92a75999f
4 changed files with 10 additions and 9 deletions
+3 -3
View File
@@ -1148,14 +1148,14 @@ textarea::-webkit-input-placeholder {
.radio,
.checkbox {
min-height: 18px;
padding-left: 18px;
min-height: 20px;
padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
float: left;
margin-left: -18px;
margin-left: -20px;
}
.controls > .radio:first-child,