From d81eb88ff3e19daf6a18ea71acc72afa0c57b012 Mon Sep 17 00:00:00 2001 From: marcos Date: Mon, 31 May 2021 11:25:30 +0200 Subject: [PATCH] cambio de fuentes css --- .../include/class/ModuleTemplates.class.php | 8 +++--- pandora_console/include/styles/footer.css | 3 --- pandora_console/include/styles/pandora.css | 2 +- .../include/styles/pandora_black.css | 27 ++++++++++++++++++- pandora_console/include/styles/tables.css | 1 - 5 files changed, 31 insertions(+), 10 deletions(-) diff --git a/pandora_console/include/class/ModuleTemplates.class.php b/pandora_console/include/class/ModuleTemplates.class.php index ebacac7196..8b75ad1f6a 100644 --- a/pandora_console/include/class/ModuleTemplates.class.php +++ b/pandora_console/include/class/ModuleTemplates.class.php @@ -872,7 +872,7 @@ class ModuleTemplates extends HTML ui_pagination($countModuleTemplates, $this->baseUrl, $this->offset); // Create the table with Module Block list. $table = new StdClasS(); - $table->class = 'databox data'; + $table->class = 'databox data '; $table->width = '75%'; $table->styleTable = 'margin: 2em auto 0;border: 1px solid #ddd;'; $table->rowid = []; @@ -881,7 +881,7 @@ class ModuleTemplates extends HTML $table->cellpadding = 0; $table->cellspacing = 0; $table->width = '100%'; - $table->class = 'info_table'; + $table->class = 'info_table border_bt'; $table->head = []; $table->head[0] = html_print_checkbox('all_delete', 0, false, true, false); @@ -1189,7 +1189,7 @@ class ModuleTemplates extends HTML $blockTitle .= ''; $table = new StdClasS(); - $table->class = 'databox data'; + $table->class = 'databox data border_bt'; $table->width = '75%'; $table->styleTable = 'margin: 2em auto 0;border: 1px solid #ddd;'; $table->rowid = []; @@ -1198,7 +1198,7 @@ class ModuleTemplates extends HTML $table->cellpadding = 0; $table->cellspacing = 0; $table->width = '100%'; - $table->class = 'info_table'; + $table->class = 'info_table border_bt'; $table->head = []; $table->head[0] = __('Module Name'); diff --git a/pandora_console/include/styles/footer.css b/pandora_console/include/styles/footer.css index cbb3aba922..7899dbb0d1 100644 --- a/pandora_console/include/styles/footer.css +++ b/pandora_console/include/styles/footer.css @@ -10,13 +10,10 @@ a.footer span { } div#foot { - padding-top: 10px; - padding-bottom: 10px; text-align: center; background: #343434; clear: both; width: auto; - height: auto; margin-top: auto; box-sizing: border-box; } diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index cbcbe77bf1..bc101ae6be 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -5690,7 +5690,7 @@ div#status_pie { flex-wrap: wrap; align-items: center; justify-content: center; - width: 100%; + width: auto; height: 96px; } diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index bafd5033b7..445131e60d 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -652,7 +652,8 @@ form ul.form_flex { background: #222 !important; } -.invert_filter { +.invert_filter, +.labels { filter: invert(100%); } @@ -1086,3 +1087,27 @@ input.search_input { .white-table-graph-content { width: auto; } +ul.subsubmenu li { + border-color: #707070 !important; + border-style: solid; + border-width: 1px; +} + +a.pandora_pagination, +.filter_summary > div, +.border_bt { + border: 1px solid #707070 !important; +} + +.dt-button.buttons-csv.buttons-html5 { + filter: invert(100%); + background-color: transparent; +} + +.info_table.events > tbody > tr > td { + border-bottom: 2px solid #707070; +} + +.info_table tr th { + border-bottom: 1px solid #707070; +} diff --git a/pandora_console/include/styles/tables.css b/pandora_console/include/styles/tables.css index 8fcfe52be4..3e7e773895 100644 --- a/pandora_console/include/styles/tables.css +++ b/pandora_console/include/styles/tables.css @@ -294,7 +294,6 @@ a.pandora_pagination.current:hover { .dt-button.buttons-csv.buttons-html5 { background-image: url(../../images/csv_mc.png); background-position: center center; - background-color: #fff; background-repeat: no-repeat; color: #000; border: none;