mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
fixes #4729: only use margin-top on .help-block when it follows an input, select, textarea
This commit is contained in:
Vendored
+6
-1
@@ -1792,10 +1792,15 @@ legend + .control-group {
|
||||
}
|
||||
|
||||
.form-horizontal .help-block {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.form-horizontal input + .help-block,
|
||||
.form-horizontal select + .help-block,
|
||||
.form-horizontal textarea + .help-block {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.form-horizontal .form-actions {
|
||||
padding-left: 160px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user