diff options
author | Frederick Muriuki Muriithi | 2024-01-16 12:48:43 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-01-16 12:53:46 +0300 |
commit | 6222ebc5ca0fdeaac9ce7addd07ee4dd900a1afb (patch) | |
tree | 7fc9add59eaf6d505a8dcfcc20b5af9c11bb211b /qc_app/static/css | |
parent | d809997e8ca76d2441b58693078c6c9698e769bb (diff) | |
download | gn-uploader-6222ebc5ca0fdeaac9ce7addd07ee4dd900a1afb.tar.gz |
UI: Create UI to select from existing genotype datasets.
Diffstat (limited to 'qc_app/static/css')
-rw-r--r-- | qc_app/static/css/styles.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/qc_app/static/css/styles.css b/qc_app/static/css/styles.css index f4112d1..af5281e 100644 --- a/qc_app/static/css/styles.css +++ b/qc_app/static/css/styles.css @@ -71,6 +71,11 @@ fieldset { background-color: #AAEEAA; } +.alert-warning { + background-color: #F9FAB6; + border-color: #E8E9C5; +} + table { margin-left: 1em; border-collapse: collapse; @@ -130,7 +135,7 @@ form fieldset:nth-child(odd) { @media(min-width: 1250px) { form { - width: 40%; + width: 65ch; } .explainer { |