diff --git a/public/css/form.less b/public/css/form.less index 3db3bb5f..4dbbaeb7 100644 --- a/public/css/form.less +++ b/public/css/form.less @@ -131,3 +131,11 @@ margin-left: 0.5em; } } + +.icinga-form p.description { + color: @text-color-light; + + &:last-child { // fieldset > .control-group:last-of-type rule unset the last element's bottom margin + margin-top: 1em; + } +}