From 6d28b386d10c2db22eceacf9ab86f41056c17b70 Mon Sep 17 00:00:00 2001 From: alejandro-campos Date: Mon, 17 Sep 2018 18:56:38 +0200 Subject: [PATCH] changed styles for system group status widget --- pandora_console/include/styles/pandora.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index bf23091f77..08c1e2fd8d 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -4681,16 +4681,15 @@ tr:last-child > td > a.down_arrow, tr:first-child > td > a.up_arrow { border-collapse: collapse; border-spacing:0; width: 10%; + height: 20px; } .group_modules_status_div{ color: #FFF; - font-size: 20px; - font-weight: bold; - border-radius: 1px; width: 100%; height: 100%; - text-align: center; + text-align: left; display: block; vertical-align: middle; + line-height: 20px; } \ No newline at end of file