smeserver-manager-jsquery/root/usr/share/smanager/themes/default/public/css/sme-jquery-overrides.css

29 lines
431 B
CSS
Raw Normal View History

.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;
}
.dataTables_wrapper .dataTables_filter {
2024-12-17 17:18:29 +01:00
float: right;
}
.dataTables_wrapper .dataTables_length {
2024-12-17 17:18:29 +01:00
float: left;
}
.dataTables_wrapper .dataTables_paginate {
2024-12-17 17:18:29 +01:00
float: right;
}
2024-12-17 17:18:29 +01:00
div.dt-container {
width: 90%;
margin-left: 0;
}