mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Merge pull request #7409 from andriijas/3.0.0-wip-formactions
Make sure form actions are properly aligned with form-horizontal
This commit is contained in:
commit
b844d5dd2f
3
docs/assets/css/bootstrap.css
vendored
3
docs/assets/css/bootstrap.css
vendored
@ -1705,6 +1705,9 @@ select:focus:invalid:focus {
|
||||
.form-horizontal .control-group > .controls {
|
||||
margin-left: 180px;
|
||||
}
|
||||
.form-horizontal .form-actions {
|
||||
padding-left: 180px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
|
@ -539,5 +539,10 @@ select:focus:invalid {
|
||||
margin-left: @component-offset-horizontal;
|
||||
}
|
||||
|
||||
// Make sure form actions buttons are aligned with controls
|
||||
.form-actions {
|
||||
padding-left: @component-offset-horizontal;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user