From 9c822c5cefb2e8d83a6025c80178ac706427f580 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Fri, 8 Dec 2023 12:56:16 +0100 Subject: [PATCH] us counties datatable --- assets/css/general.css | 7 +++++++ 1 file changed, 7 insertions(+) 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