2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fixes #12669: Properly reset line-height on date inputs for all sizes; Fix IE8+'s misaslignment of text within date inputs

This commit is contained in:
Mark Otto
2014-03-09 17:12:39 -07:00
parent 37b342b18a
commit 2f955907f9
10 changed files with 34 additions and 8 deletions
+7
View File
@@ -2373,6 +2373,13 @@ input[type="search"] {
}
input[type="date"] {
line-height: 34px;
line-height: 1.42857143 \0;
}
input[type="date"].input-sm {
line-height: 30px;
}
input[type="date"].input-lg {
line-height: 46px;
}
.form-group {
margin-bottom: 15px;