From fc99a1700007e8a1b71e07455c57f8692aad2a59 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 19 Sep 2024 10:48:33 -0500 Subject: Fix minor UI bugs. --- uploader/static/css/styles.css | 4 ++++ uploader/templates/base.html | 2 +- uploader/templates/index.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'uploader') diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css index 4565aba..fab42b8 100644 --- a/uploader/static/css/styles.css +++ b/uploader/static/css/styles.css @@ -39,6 +39,10 @@ body { border-color: #FFFFFF; vertical-align: middle; margin: 0.2em; + border-style: solid; + border-width: 2px; + border-radius: 0.5em; + text-align: center; } #header .header-nav a { diff --git a/uploader/templates/base.html b/uploader/templates/base.html index 886f503..171e8fa 100644 --- a/uploader/templates/base.html +++ b/uploader/templates/base.html @@ -28,7 +28,7 @@ GeneNetwork Data Quality Control and Upload
Populations are a way to organise the species data so as to link data to specific know populations for a particular species, e.g. The BXD population of mice (Mus musculus)
-- cgit v1.2.3