mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-02 18:02:37 +02: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:
9
dist/css/bootstrap-rtl.css
vendored
9
dist/css/bootstrap-rtl.css
vendored
@@ -3080,6 +3080,15 @@ 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 {
|
||||
|
2
dist/css/bootstrap-rtl.min.css
vendored
2
dist/css/bootstrap-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
7
dist/css/bootstrap.css
vendored
7
dist/css/bootstrap.css
vendored
@@ -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;
|
||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user