* Mon May 06 2024 Brian Read <brianr@koozali.org> 11.0.0-5.sme

- Add some margin around table controls [SME: 12674]
This commit is contained in:
2024-05-06 10:49:07 +01:00
parent 67bb63c5f3
commit 2d3638277e
2 changed files with 7 additions and 1 deletions

View File

@@ -13,11 +13,13 @@
.dataTables_wrapper .dataTables_filter {
float: right;
text-align: right;
margin-bottom:2%
}
.dataTables_wrapper .dataTables_length {
float: left;
margin-right:2%;
margin-top:1.5%;
}
.dataTables_wrapper .dataTables_paginate {
@@ -31,5 +33,6 @@
.dataTables_wrapper .dt-buttons {
float: left;
margin-right: 10px; /* Or any desired space between buttons and search */
margin-top:2%;
}