11 lines
263 B
CSS
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%;
|
|
} |