diff --git a/front/src/css/rule.css b/front/src/css/rule.css index 508d3b0..ccc72a5 100644 --- a/front/src/css/rule.css +++ b/front/src/css/rule.css @@ -29,9 +29,16 @@ border-radius: 0.5em; margin: 0 auto 0.5em; } +.rule h3 { + margin-bottom: 0em; +} +.rule .okThreshold { + font-style: italic; + font-size: 0.9em; +} .rule .message { width: 80%; - margin: 0 auto; + margin: 1.5em auto; } .rule .message p { margin: 0.5em; diff --git a/front/src/less/rule.less b/front/src/less/rule.less index 9cf165e..7a2571f 100644 --- a/front/src/less/rule.less +++ b/front/src/less/rule.less @@ -32,9 +32,18 @@ margin: 0 auto 0.5em; } +.rule h3 { + margin-bottom: 0em; +} + +.rule .okThreshold { + font-style: italic; + font-size: 0.9em; +} + .rule .message { width: 80%; - margin: 0 auto; + margin: 1.5em auto; p { margin: 0.5em; } diff --git a/front/src/views/rule.html b/front/src/views/rule.html index cf61e4f..b484ead 100644 --- a/front/src/views/rule.html +++ b/front/src/views/rule.html @@ -14,6 +14,14 @@ {{rule.value | bytes}} {{rule.value}} +