2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Make sure form actions are properly aligned with form-horizontal

This commit is contained in:
Andreas Cederström
2013-03-28 11:33:18 +01:00
parent 6696ff5d92
commit 090545ffdf
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -1705,6 +1705,9 @@ select:focus:invalid:focus {
.form-horizontal .control-group > .controls {
margin-left: 180px;
}
.form-horizontal .form-actions {
padding-left: 180px;
}
}
.btn {
+5
View File
@@ -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;
}
}
}