Commit b844d5dd authored by Mark Otto's avatar Mark Otto

Merge pull request #7409 from andriijas/3.0.0-wip-formactions

Make sure form actions are properly aligned with form-horizontal
parents 6696ff5d 090545ff
...@@ -1705,6 +1705,9 @@ select:focus:invalid:focus { ...@@ -1705,6 +1705,9 @@ select:focus:invalid:focus {
.form-horizontal .control-group > .controls { .form-horizontal .control-group > .controls {
margin-left: 180px; margin-left: 180px;
} }
.form-horizontal .form-actions {
padding-left: 180px;
}
} }
.btn { .btn {
......
...@@ -539,5 +539,10 @@ select:focus:invalid { ...@@ -539,5 +539,10 @@ select:focus:invalid {
margin-left: @component-offset-horizontal; margin-left: @component-offset-horizontal;
} }
// Make sure form actions buttons are aligned with controls
.form-actions {
padding-left: @component-offset-horizontal;
}
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment