This repository has been archived on 2019-10-12. You can view files and clone it, but cannot push or open issues or pull requests.

11 lines
263 B
CSS

/* Hide stuff from dataTables that we do not neeed */
.dataTables_length, .dataTables_info, .dataTables_paginate {
visibility: hidden
}
/* Add some spacing above and below the search field */
.dataTables_filter {
padding-top: 10%;
padding-bottom: 10%;
}