Merge branch 'ent-9662-second-round' of brutus.artica.es:artica/pandorafms into ent-9662-second-round
This commit is contained in:
commit
a8333801bb
|
@ -1001,7 +1001,7 @@ if ($agents !== false) {
|
|||
true,
|
||||
'offset',
|
||||
false,
|
||||
'dataTables_paginate paging_simple_numbers'
|
||||
'paging_simple_numbers'
|
||||
);
|
||||
|
||||
/*
|
||||
|
|
|
@ -10129,10 +10129,6 @@ select:focus {
|
|||
border-color: #8a96a6;
|
||||
}
|
||||
|
||||
.dataTables_length > label > select {
|
||||
min-height: 42px;
|
||||
}
|
||||
|
||||
.dataTables_length > label {
|
||||
font-size: 0px;
|
||||
}
|
||||
|
|
|
@ -313,7 +313,7 @@ table.dataTable.info_table.no-footer {
|
|||
|
||||
a.pandora_pagination {
|
||||
background-color: #f6f7fb;
|
||||
padding: 11px;
|
||||
padding: 9px;
|
||||
color: #000;
|
||||
border: 1px solid #cacaca;
|
||||
border-left: none;
|
||||
|
@ -820,10 +820,6 @@ div[id^="auto-os-"] > img {
|
|||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.dataTables_paginate.paging_simple_numbers {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.w22px {
|
||||
width: 22px;
|
||||
}
|
||||
|
|
|
@ -1301,7 +1301,7 @@ if (empty($tableAgents->data) === false) {
|
|||
true,
|
||||
'offset',
|
||||
false,
|
||||
'dataTables_paginate paging_simple_numbers'
|
||||
'paging_simple_numbers'
|
||||
);
|
||||
|
||||
unset($table);
|
||||
|
|
Loading…
Reference in New Issue