From 34b67e379cf5ff2b90521aa940fdc920c9223e4e Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 12 Jun 2025 15:37:10 -0500 Subject: Create a visual separation of fields. --- uploader/static/css/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'uploader/static/css') diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css index 826ac41..df50dec 100644 --- a/uploader/static/css/styles.css +++ b/uploader/static/css/styles.css @@ -179,3 +179,9 @@ table.dataTable thead th, table.dataTable tfoot th{ table.dataTable tbody tr.selected td { background-color: #ffee99 !important; } + +.form-group { + margin-bottom: 2em; + padding-bottom: 0.2em; + border-bottom: solid gray 1px; +} -- cgit v1.2.3