mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
jankify the IE7 horizontal forms a bit more to account for no labels before .controls, per #2728
This commit is contained in:
Binary file not shown.
Vendored
+3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user