From 87dd11f99c5e24ff70117d58a527b765ae96413a Mon Sep 17 00:00:00 2001 From: Marcos Alconada Date: Thu, 27 May 2021 16:17:47 +0000 Subject: [PATCH] fixed visual error with update manager online open --- pandora_console/general/alert_enterprise.php | 6 +++--- pandora_console/include/styles/pandora.css | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pandora_console/general/alert_enterprise.php b/pandora_console/general/alert_enterprise.php index 8946b5e1f8..90a1bc5d4d 100644 --- a/pandora_console/general/alert_enterprise.php +++ b/pandora_console/general/alert_enterprise.php @@ -192,15 +192,15 @@ if (check_login()) { echo " -
-
+
+
OK
"; if ($open) { echo "
About Enterprise -
"; +
"; } } diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 7a3232f27b..8a66253ccd 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -8506,3 +8506,8 @@ div.stat-win-spinner img { width: 100px !important; margin-left: 20px; } + +.btn_update_online_open { + float: right; + margin-bottom: 20px; +}