diff options
| author | Frederick Muriuki Muriithi | 2026-03-17 14:35:38 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-03-17 14:36:39 -0500 |
| commit | b39980eeb6979ecb0c9f5ba6c5f8ec3281b09a87 (patch) | |
| tree | 6557c5b303b49f2c1d593b43bf225a7b83e4fdde | |
| parent | 068b800a6b42d8fb242bdf180ddf908a2e737b05 (diff) | |
| download | gn-uploader-b39980eeb6979ecb0c9f5ba6c5f8ec3281b09a87.tar.gz | |
Improve alignment of table column headings.
| -rw-r--r-- | uploader/static/css/theme.css | 5 |
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; +} |
