diff --git a/static/styles/main.less b/static/styles/main.less index 475108ffa..d99bd5ec2 100644 --- a/static/styles/main.less +++ b/static/styles/main.less @@ -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; + } + } } } }