From b39980eeb6979ecb0c9f5ba6c5f8ec3281b09a87 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 17 Mar 2026 14:35:38 -0500 Subject: Improve alignment of table column headings. --- uploader/static/css/theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/uploader/static/css/theme.css b/uploader/static/css/theme.css index 45e5d3d..276978f 100644 --- a/uploader/static/css/theme.css +++ b/uploader/static/css/theme.css @@ -95,3 +95,8 @@ table.dataTable tbody tr.selected td { .breadcrumb-item a { text-decoration: none; } + +.table thead tr th { + text-align: center; + vertical-align: middle; +} -- cgit 1.4.1