diff options
author | Frederick Muriuki Muriithi | 2022-07-14 06:20:44 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-07-19 05:05:38 +0300 |
commit | 8b5400fa04d4ca2e60d7e926800816245e2ab809 (patch) | |
tree | 7c96e72351e7d09b473a32415e71ced4e38b08d7 /qc_app/static/css | |
parent | e5c3ac00fa68f1180f1f33ba09e9786cf0e9cca5 (diff) | |
download | gn-uploader-8b5400fa04d4ca2e60d7e926800816245e2ab809.tar.gz |
Enable creation of new dataset
Enable the user to create a new dataset should the need arise.
A few extra fixes were done, such as:
- Provide list of average methods to choose from
- Provide input elements for some expected fields
- Add a new confirmation step before doing the actual data update
Diffstat (limited to 'qc_app/static/css')
-rw-r--r-- | qc_app/static/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/static/css/styles.css b/qc_app/static/css/styles.css index a42ffb0..5340701 100644 --- a/qc_app/static/css/styles.css +++ b/qc_app/static/css/styles.css @@ -107,7 +107,7 @@ table th,td { fieldset { border-style: none; display: grid; - grid-template-columns: 1fr 9fr; + grid-template-columns: 2fr 8fr; column-gap: 5px; } |