about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-03-17 14:35:38 -0500
committerFrederick Muriuki Muriithi2026-03-17 14:36:39 -0500
commitb39980eeb6979ecb0c9f5ba6c5f8ec3281b09a87 (patch)
tree6557c5b303b49f2c1d593b43bf225a7b83e4fdde
parent068b800a6b42d8fb242bdf180ddf908a2e737b05 (diff)
downloadgn-uploader-b39980eeb6979ecb0c9f5ba6c5f8ec3281b09a87.tar.gz
Improve alignment of table column headings.
-rw-r--r--uploader/static/css/theme.css5
1 files changed, 5 insertions, 0 deletions
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;
+}