From 82202fe620b4fe7d06fd66dc7caf2ccdfdc785b8 Mon Sep 17 00:00:00 2001 From: Jose Gonzalez Date: Tue, 1 Dec 2020 12:39:37 +0100 Subject: [PATCH] Fixed --- pandora_console/include/styles/agent_alerts.css | 9 ++++----- pandora_console/include/styles/pandora.css | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pandora_console/include/styles/agent_alerts.css b/pandora_console/include/styles/agent_alerts.css index b3118ddd27..7a140a1704 100644 --- a/pandora_console/include/styles/agent_alerts.css +++ b/pandora_console/include/styles/agent_alerts.css @@ -26,11 +26,6 @@ justify-content: center; } -/* .agents_modules_table .position_text_module div { - padding-left: 10px; - margin-top: 90px; -} */ - #full_screen_refresh_box, #slc-refresh-rate, #img-full-screen { @@ -68,3 +63,7 @@ .pagination-bottom { margin-top: 15px; } + +.invisible { + display: none !important; +} diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 24ea783b34..0da385b6d7 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -688,7 +688,7 @@ select:-internal-list-box { float: right; } .invisible { - display: none !important; + display: none; } div#page {