multiple changes

This commit is contained in:
fbsanchez 2019-05-29 16:45:53 +02:00
parent 4a42756ec6
commit e9198af17c
3 changed files with 16 additions and 12 deletions

View File

@ -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;

View File

@ -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;
}
/*
* ---------------------------------------------------------------------

View File

@ -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;';