Property rejection handling

fixe some table to be wider
make search and pagination float right
This commit is contained in:
Aaron Kimbre
2022-04-01 10:02:02 -05:00
parent 7f992a5dfa
commit 27c4f1a7f2
8 changed files with 219 additions and 92 deletions

View File

@@ -92,3 +92,13 @@ body { font-family:'Nunito', Helvetica, Arial, sans-serif; }
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.5);
}
div.dataTables_paginate {
float: right;
margin: 0;
}
div.dataTables_filter{
float: right;
margin: 0;
}