2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

fixes #9382: inline forms now require use of .form-group for proper alignment of all form controls

This commit is contained in:
Mark Otto
2013-08-12 11:07:23 -07:00
parent a9a27d3794
commit f662dff6e9
5 changed files with 94 additions and 68 deletions
-5
View File
@@ -437,11 +437,6 @@ body {
}
/* Forms */
.bs-example.form-inline select,
.bs-example.form-inline input[type="text"],
.bs-example.form-inline input[type="password"] {
width: 180px;
}
.bs-example-control-sizing select,
.bs-example-control-sizing input[type="text"] + input[type="text"] {
margin-top: 10px;