From 0f23afa8c5eda7b17588c3f41ed867b48aae2094 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Mon, 20 Nov 2023 08:35:54 +0100 Subject: [PATCH] text-align in datatables --- assets/css/general.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/css/general.css b/assets/css/general.css index e036817b..c10ff406 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -595,6 +595,13 @@ div#station_logbooks_linked_table_paginate { position: absolute; } +table.dataTable thead th, +table.dataTable thead td, +table.dataTable tfoot th, +table.dataTable tfoot td { + text-align: center !important; +} + .red { color: var(--red); }