From da8d0a46fd3c0741cafe2c42107d06f15cc6ba07 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 18 Jun 2015 16:47:49 +0200 Subject: [PATCH] monitoring/object/show: adjust font sizes / width --- modules/monitoring/public/css/module.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/monitoring/public/css/module.less b/modules/monitoring/public/css/module.less index c6dc3d18e..0ab15222c 100644 --- a/modules/monitoring/public/css/module.less +++ b/modules/monitoring/public/css/module.less @@ -157,7 +157,7 @@ table.avp form.object-features div.header h4 { table.avp { th { font-weight: normal; - font-size: 0.857em; + font-size: 0.875em; padding-top: 0.2em; padding-bottom: 0.3em; } @@ -188,6 +188,8 @@ table.avp { label { font-weight: normal; margin-right: 0; + width: 14em; + font-size: 0.875em; } input {