diff options
author | Frederick Muriuki Muriithi | 2025-06-12 15:37:10 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-06-12 15:37:10 -0500 |
commit | 34b67e379cf5ff2b90521aa940fdc920c9223e4e (patch) | |
tree | af1b3fa87319bb55132f69737b06318a1ea9c834 /uploader/static/css | |
parent | 9975c4542178071b5b15c6f2401a48fd10a1a2ff (diff) | |
download | gn-uploader-34b67e379cf5ff2b90521aa940fdc920c9223e4e.tar.gz |
Create a visual separation of fields.
Diffstat (limited to 'uploader/static/css')
-rw-r--r-- | uploader/static/css/styles.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; +} |