From aa4fc67dfddfc1c922ccfa185ddf18cf7ca60f0b Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sun, 3 Mar 2024 22:25:27 +0100 Subject: [PATCH] align table items --- assets/css/general.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/general.css b/assets/css/general.css index 23423e6f3..a033c819f 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -861,3 +861,7 @@ label { --bs-dropdown-link-disabled-color: initial !important; } +#station_logbooks_table tbody td, #station_locations_table tbody td { + text-align: center; + vertical-align: middle; +}