Merge branch 'ent-9662-second-round' of brutus.artica.es:artica/pandorafms into ent-9662-second-round

This commit is contained in:
Pablo Aragon 2023-03-30 13:00:28 +02:00
commit a8333801bb
4 changed files with 3 additions and 11 deletions

View File

@ -1001,7 +1001,7 @@ if ($agents !== false) {
true, true,
'offset', 'offset',
false, false,
'dataTables_paginate paging_simple_numbers' 'paging_simple_numbers'
); );
/* /*

View File

@ -10129,10 +10129,6 @@ select:focus {
border-color: #8a96a6; border-color: #8a96a6;
} }
.dataTables_length > label > select {
min-height: 42px;
}
.dataTables_length > label { .dataTables_length > label {
font-size: 0px; font-size: 0px;
} }

View File

@ -313,7 +313,7 @@ table.dataTable.info_table.no-footer {
a.pandora_pagination { a.pandora_pagination {
background-color: #f6f7fb; background-color: #f6f7fb;
padding: 11px; padding: 9px;
color: #000; color: #000;
border: 1px solid #cacaca; border: 1px solid #cacaca;
border-left: none; border-left: none;
@ -820,10 +820,6 @@ div[id^="auto-os-"] > img {
margin-right: 10px; margin-right: 10px;
} }
.dataTables_paginate.paging_simple_numbers {
margin-right: 0;
}
.w22px { .w22px {
width: 22px; width: 22px;
} }

View File

@ -1301,7 +1301,7 @@ if (empty($tableAgents->data) === false) {
true, true,
'offset', 'offset',
false, false,
'dataTables_paginate paging_simple_numbers' 'paging_simple_numbers'
); );
unset($table); unset($table);