diff --git a/assets/css/general.css b/assets/css/general.css index a043c4c0..61a075c2 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -653,3 +653,10 @@ div#station_logbooks_linked_table_paginate { .inputError { border: 2px solid rgb(217, 83, 79); } + +table.dataTable thead th, +table.dataTable thead td, +table.dataTable tfoot th, +table.dataTable tfoot td { + text-align: center !important; +} \ No newline at end of file