From 8b5400fa04d4ca2e60d7e926800816245e2ab809 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 14 Jul 2022 06:20:44 +0300 Subject: 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 --- qc_app/static/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qc_app/static/css') 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; } -- cgit v1.2.3