Fix styles of text list control

Text list control styles are fixed both in node attributes form
and NIC attributes form.

Closes-Bug: #1643913

Change-Id: Ie6be58af8de1cca820eb53ea728e57bc76193b84
This commit is contained in:
Julia Aranovich 2016-11-22 17:41:58 +03:00
parent 5dff6657d7
commit 6cb68f179c
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;
}
}
}
}
}