Merge "Fix styles of text list control"

This commit is contained in:
Jenkins 2016-12-01 10:37:49 +00:00 committed by Gerrit Code Review
commit fcf4afcc39
1 changed files with 15 additions and 1 deletions

View File

@ -3665,8 +3665,12 @@ input[type=range] {
display: block;
color: @gray;
margin-top: 0;
&.field-error {
margin-left: @node-attributes-padding;
padding: 0;
}
}
&.has-error .help-block {color: @red;}
.has-error .help-block, &.has-error .help-block {.text-danger;}
}
.checkbox-group {
label {
@ -4084,6 +4088,16 @@ input[type=range] {
max-width: 585px;
}
}
.form-group .field-list {
width: auto;
> div:after {
.clearfix;
}
.help-block, + .help-block {
width: 545px;
padding-top: 8px;
}
}
}
}
}