Commit 4c3e7690 authored by Mark Otto's avatar Mark Otto
Browse files

jankify the IE7 horizontal forms a bit more to account for no labels before .controls, per #2728

parent cbd77d0a
Showing with 6 additions and 0 deletions
+6 -0
No preview for this file type
......@@ -1186,6 +1186,9 @@ legend + .control-group {
*margin-left: 0;
*padding-left: 20px;
}
.form-horizontal .controls:first-child {
*padding-left: 160px;
}
.form-horizontal .help-block {
margin-top: 9px;
margin-bottom: 0;
......
......@@ -548,6 +548,9 @@ legend + .control-group {
*display: inline-block;
*margin-left: 0;
*padding-left: 20px;
&:first-child {
*padding-left: 160px;
}
}
// Remove bottom margin on block level help text since that's accounted for on .control-group
.help-block {
......
Supports Markdown
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