2024-04-29 12:10:21 +02:00
|
|
|
.dataTables_wrapper {
|
|
|
|
width: min-content;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-button {
|
|
|
|
position: relative;
|
|
|
|
font-size: 0;
|
|
|
|
width: 23px;
|
|
|
|
height: 23px;
|
|
|
|
}
|
|
|
|
|
2024-12-17 17:18:29 +01:00
|
|
|
.dataTables_wrapper .dt-buttons {
|
|
|
|
float: left;
|
|
|
|
}
|
2024-04-29 12:10:21 +02:00
|
|
|
.dataTables_wrapper .dataTables_filter {
|
2024-12-17 17:18:29 +01:00
|
|
|
float: right;
|
2024-04-29 12:10:21 +02:00
|
|
|
}
|
|
|
|
.dataTables_wrapper .dataTables_length {
|
2024-12-17 17:18:29 +01:00
|
|
|
float: left;
|
2024-04-29 12:10:21 +02:00
|
|
|
}
|
|
|
|
.dataTables_wrapper .dataTables_paginate {
|
2024-12-17 17:18:29 +01:00
|
|
|
float: right;
|
2024-04-29 12:10:21 +02:00
|
|
|
}
|
|
|
|
|
2024-12-17 17:18:29 +01:00
|
|
|
div.dt-container {
|
|
|
|
width: 90%;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|