From ec4f23e502e6548c03a2556de782128c74d9f9b7 Mon Sep 17 00:00:00 2001 From: marcos Date: Thu, 25 Mar 2021 14:36:51 +0100 Subject: [PATCH] fixed visual error --- pandora_console/extensions/agents_modules.php | 2 +- pandora_console/include/styles/pandora.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pandora_console/extensions/agents_modules.php b/pandora_console/extensions/agents_modules.php index a1483862f1..0abde09010 100644 --- a/pandora_console/extensions/agents_modules.php +++ b/pandora_console/extensions/agents_modules.php @@ -686,7 +686,7 @@ function mainAgentsModules() echo ''; - echo "".__('Agents').' / '.__('Modules').''; + echo "".__('Agents').' / '.__('Modules').''; if ($hor_offset > 0) { $new_hor_offset = ($hor_offset - $block); diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 4016fdf18d..0c42b25de4 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -8441,3 +8441,6 @@ div.stat-win-spinner img { width: 100px; height: 100px; } +.lign_right { + text-align: right; +}