From c857a3de769882a37af5bfc9c9a93a9d2c63dadb Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 5 Jun 2015 10:15:54 +0200 Subject: [PATCH] monitoring/css: change section title styling * white on gray * temporarily disabled autosubmit hint --- modules/monitoring/public/css/module.less | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/modules/monitoring/public/css/module.less b/modules/monitoring/public/css/module.less index 191460a4a..337d776a4 100644 --- a/modules/monitoring/public/css/module.less +++ b/modules/monitoring/public/css/module.less @@ -218,6 +218,20 @@ table.avp { } } + h4 { + font-weight: normal; + color: white; + text-transform: uppercase; + background-color: #aaa; + display: block; + padding: 0.2em 1em 0.2em 1em; + font-size: 0.9em; + } + + .autosubmit-warning { + display: none; + } + .object-features { label { font-weight: normal;