From e9198af17c99700b3b9479813efafebf9ee07a05 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Wed, 29 May 2019 16:45:53 +0200 Subject: [PATCH] multiple changes --- .../godmode/reporting/reporting_builder.php | 7 ++++++- pandora_console/include/styles/pandora.css | 19 +++++++++---------- .../operation/agentes/estado_monitores.php | 2 +- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/pandora_console/godmode/reporting/reporting_builder.php b/pandora_console/godmode/reporting/reporting_builder.php index ffd980bf11..ddbd30a962 100755 --- a/pandora_console/godmode/reporting/reporting_builder.php +++ b/pandora_console/godmode/reporting/reporting_builder.php @@ -774,12 +774,17 @@ switch ($action) { $table->size[0] = '20%'; $table->size[1] = '30%'; $table->size[2] = '2%'; + $table->headstyle[2] = 'min-width: 35px;'; $table->size[3] = '2%'; + $table->headstyle[3] = 'min-width: 35px;'; $table->size[4] = '2%'; + $table->headstyle[4] = 'min-width: 35px;'; $table->size[5] = '2%'; + $table->headstyle[5] = 'min-width: 35px;'; $table->size[6] = '2%'; + $table->headstyle[6] = 'min-width: 35px;'; $table->size[7] = '5%'; - $table->headstyle[7] = 'min-width: 30px;'; + $table->headstyle['csv'] = 'min-width: 65px;'; $table->style[7] = 'text-align: center;'; $next = 4; diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 4efd092e6e..868d3a2b55 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -569,12 +569,13 @@ input.sub { -webkit-border-radius: 2px; border-radius: 2px; font-size: 8pt; - background-color: #333 !important; - background-repeat: no-repeat !important; - background-position: 92% 3px !important; - color: white !important; + background-color: #fff; + background-repeat: no-repeat; + background-position: 92% 3px; + color: #000; padding: 3px 3px 5px 12px; - border-color: #333; + border-color: #888; + font-family: "lato", "Open Sans", sans-serif !important; } input.sub[disabled] { @@ -5200,11 +5201,6 @@ table.info_table { border-radius: 5px; } -table.info_table tr, -table.info_table th, -table.info_table td { - border: 1px solid #e2e2e2; -} table.info_table > tbody > tr:nth-child(even) { background-color: #f5f5f5; } @@ -5527,6 +5523,9 @@ table.info_table.policy_sub_table { .sort_arrow a { padding: 0 0 0 5px !important; } +.sort_arrow img { + width: 0.8em; +} /* * --------------------------------------------------------------------- diff --git a/pandora_console/operation/agentes/estado_monitores.php b/pandora_console/operation/agentes/estado_monitores.php index 387731e24b..3cff3c83ae 100755 --- a/pandora_console/operation/agentes/estado_monitores.php +++ b/pandora_console/operation/agentes/estado_monitores.php @@ -493,7 +493,7 @@ function print_form_filter_monitors( $form_text = ''; $table = new stdClass(); $table->class = 'info_table'; - $table->styleTable = 'border-radius: 0;padding: 0;margin: 0;margin-top: -1px;'; + $table->styleTable = 'border: 1px solid #ebebeb;border-radius: 0;padding: 0;margin: 0;margin-top: -1px;'; $table->width = '100%'; $table->style[0] = 'font-weight: bold;'; $table->style[2] = 'font-weight: bold;';