mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
fixes #13912: make radios/checkboxes work with inline forms again
This commit is contained in:
Vendored
+2
-2
@@ -2676,7 +2676,7 @@ select[multiple].input-lg {
|
|||||||
}
|
}
|
||||||
.form-inline .radio input[type="radio"],
|
.form-inline .radio input[type="radio"],
|
||||||
.form-inline .checkbox input[type="checkbox"] {
|
.form-inline .checkbox input[type="checkbox"] {
|
||||||
float: none;
|
position: relative;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.form-inline .has-feedback .form-control-feedback {
|
.form-inline .has-feedback .form-control-feedback {
|
||||||
@@ -4029,7 +4029,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|||||||
}
|
}
|
||||||
.navbar-form .radio input[type="radio"],
|
.navbar-form .radio input[type="radio"],
|
||||||
.navbar-form .checkbox input[type="checkbox"] {
|
.navbar-form .checkbox input[type="checkbox"] {
|
||||||
float: none;
|
position: relative;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.navbar-form .has-feedback .form-control-feedback {
|
.navbar-form .has-feedback .form-control-feedback {
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -449,7 +449,7 @@ input[type="checkbox"] {
|
|||||||
}
|
}
|
||||||
.radio input[type="radio"],
|
.radio input[type="radio"],
|
||||||
.checkbox input[type="checkbox"] {
|
.checkbox input[type="checkbox"] {
|
||||||
float: none;
|
position: relative;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user