From c2ba5cfdd3df4da0fefadd951f3fea85716d779b Mon Sep 17 00:00:00 2001 From: Jose Gonzalez Date: Mon, 13 Mar 2023 16:21:14 +0100 Subject: [PATCH] Agent status --- pandora_console/include/styles/pandora.css | 4 ++++ .../operation/agentes/estado_generalagente.php | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 2c1529575f..c2cc4513a7 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -11264,6 +11264,10 @@ span.subsection_header_title { height: 18px; } +.agent_details_header span.subsection_header_title { + font-weight: 700; + color: #000; +} .subsection_header_title.secondary { font-size: 14px; } diff --git a/pandora_console/operation/agentes/estado_generalagente.php b/pandora_console/operation/agentes/estado_generalagente.php index 8aaa7ed60a..e0038ee6a3 100755 --- a/pandora_console/operation/agentes/estado_generalagente.php +++ b/pandora_console/operation/agentes/estado_generalagente.php @@ -164,8 +164,8 @@ $table_status->width = '100%'; $table_status->cellspacing = 0; $table_status->cellpadding = 0; $table_status->class = 'floating_form'; -$table_status->style[0] = 'height: 32px; width: 30%; padding-right: 5px; text-align: end;'; -$table_status->style[1] = 'height: 32px; width: 70%; padding-left: 5px; font-weight: lighter'; +$table_status->style[0] = 'height: 32px; width: 30%; padding-right: 5px; text-align: end; vertical-align: top'; +$table_status->style[1] = 'height: 32px; width: 70%; padding-left: 5px; font-weight: lighter; vertical-align: top'; $agentStatusGraph = html_print_div( [ @@ -386,8 +386,8 @@ $table_contact->width = '100%'; $table_contact->cellspacing = 0; $table_contact->cellpadding = 0; $table_contact->class = 'floating_form'; -$table_contact->style[0] = 'height: 32px; width: 30%; padding-right: 5px; text-align: end;'; -$table_contact->style[1] = 'height: 32px; width: 70%; padding-left: 5px; font-weight: lighter'; +$table_contact->style[0] = 'height: 32px; width: 30%; padding-right: 5px; text-align: end; vertical-align: top'; +$table_contact->style[1] = 'height: 32px; width: 70%; padding-left: 5px; font-weight: lighter; vertical-align: top'; $agentContactCaption = html_print_div( [