diff options
| -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; +} |
