From 4c576a7a9112a3eef0365d337ee8b11d982a2536 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 2 Nov 2015 10:27:48 +0100 Subject: [PATCH] monitoring/CSS: Don't use text-small mixin for check source reachable information refs #5543 --- .../application/views/scripts/show/components/checksource.phtml | 2 +- modules/monitoring/public/css/tables.less | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/show/components/checksource.phtml b/modules/monitoring/application/views/scripts/show/components/checksource.phtml index 5405e0d228..0112885420 100644 --- a/modules/monitoring/application/views/scripts/show/components/checksource.phtml +++ b/modules/monitoring/application/views/scripts/show/components/checksource.phtml @@ -14,7 +14,7 @@ } ?> escape($object->check_source) ?> is_reachable !== null): ?> - is_reachable ? $this->translate('is reachable') : $this->translate('is not reachable') ?> + is_reachable ? $this->translate('is reachable') : $this->translate('is not reachable') ?>

diff --git a/modules/monitoring/public/css/tables.less b/modules/monitoring/public/css/tables.less index 12961ac2e9..26b3f8e9e5 100644 --- a/modules/monitoring/public/css/tables.less +++ b/modules/monitoring/public/css/tables.less @@ -102,6 +102,7 @@ letter-spacing: 1px; } +.check-source-meta, .state-meta { font-size: @font-size-small; }