cambio de fuentes css
This commit is contained in:
parent
e3c0caadf0
commit
d81eb88ff3
|
@ -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 .= '</div></div>';
|
||||
|
||||
$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');
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -5690,7 +5690,7 @@ div#status_pie {
|
|||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
width: auto;
|
||||
height: 96px;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue