From f6f51d976956f080d7302b01e3c7e978f691ff5d Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 14 Oct 2024 09:19:08 -0500 Subject: Improve layout and styling of sidebar content --- .../macro-display-pheno-dataset-card.html | 24 ++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'uploader/templates/phenotypes/macro-display-pheno-dataset-card.html') diff --git a/uploader/templates/phenotypes/macro-display-pheno-dataset-card.html b/uploader/templates/phenotypes/macro-display-pheno-dataset-card.html index 1121443..11b108b 100644 --- a/uploader/templates/phenotypes/macro-display-pheno-dataset-card.html +++ b/uploader/templates/phenotypes/macro-display-pheno-dataset-card.html @@ -7,16 +7,24 @@
Phenotypes' Dataset
-
-
Name
-
{{dataset.Name}}
+ + + + + + -
Full Name
-
{{dataset.FullName}}
+ + + + -
Short Name
-
{{dataset.ShortName}}
- + + + + + +
Name{{dataset.Name}}
Full Name{{dataset.FullName}}
Short Name{{dataset.ShortName}}
-- cgit v1.2.3