#11206 Fix buttons
This commit is contained in:
parent
2c62de02f7
commit
c2e6dd378d
|
@ -1873,7 +1873,7 @@ table.dataTable td {
|
|||
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
|
||||
cursor: default;
|
||||
color: #fff !important;
|
||||
border: 1px solid transparent;
|
||||
border: 1px solid #fff !important;
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
|
@ -900,7 +900,7 @@ td.w75p#rightcolumn {
|
|||
.dataTables_wrapper .dataTables_filter {
|
||||
float: left;
|
||||
text-align: right;
|
||||
margin-left: 64%;
|
||||
margin-left: 8%;
|
||||
padding-left: 0px;
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
|
|
@ -944,10 +944,10 @@ function table_datatables(filters, indexed_descriptions, processing){
|
|||
infoEmpty: "No results",
|
||||
infoFiltered: "",
|
||||
search: "Search:",
|
||||
paginate:{
|
||||
next: "Last",
|
||||
/*paginate:{
|
||||
next: "Next",
|
||||
previous: "Next"
|
||||
}
|
||||
}*/
|
||||
},
|
||||
sDom: '<"top"lfp>rt<"bottom"ip><"clear">',
|
||||
columns: [
|
||||
|
|
Loading…
Reference in New Issue