From 89a4e3667f3f2fb2a68a1e28b8492f9cf4c3fcbe Mon Sep 17 00:00:00 2001 From: alejandro-campos Date: Thu, 13 Sep 2018 19:08:45 +0200 Subject: [PATCH] Added styles for new widget system group status --- pandora_console/include/styles/pandora.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 7ffd0d59a4..bf23091f77 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -4675,3 +4675,22 @@ a.up_arrow { tr:last-child > td > a.down_arrow, tr:first-child > td > a.up_arrow { visibility: hidden; } + +.group_modules_status_box>tbody>tr>td{ + border-bottom: 1px solid #E2E2E2; + border-collapse: collapse; + border-spacing:0; + width: 10%; +} + +.group_modules_status_div{ + color: #FFF; + font-size: 20px; + font-weight: bold; + border-radius: 1px; + width: 100%; + height: 100%; + text-align: center; + display: block; + vertical-align: middle; +} \ No newline at end of file