* Fri Apr 26 2024 Brian Read <brianr@koozali.org> 11.0.0-4.sme

- Move link creation to createlinks, add REquires smeserver-manager [SME: 12539]
This commit is contained in:
2024-04-29 11:10:21 +01:00
parent 14ab3fdfd2
commit 67bb63c5f3
10 changed files with 175 additions and 28 deletions

View File

@@ -0,0 +1,35 @@
.dataTables_wrapper {
width: min-content;
margin-right: auto;
}
.ui-button {
position: relative;
font-size: 0;
width: 23px;
height: 23px;
}
.dataTables_wrapper .dataTables_filter {
float: right;
text-align: right;
}
.dataTables_wrapper .dataTables_length {
float: left;
margin-right:2%;
}
.dataTables_wrapper .dataTables_paginate {
float: right;
}
.dataTables_wrapper .dataTables_info {
clear: both;
}
/* If the buttons extension is enabled */
.dataTables_wrapper .dt-buttons {
float: left;
margin-right: 10px; /* Or any desired space between buttons and search */
}