From cfb45c4e6980e9f37b12ac4f4c2016ac8a37efe2 Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 8 Oct 2020 14:52:49 -0500 Subject: Changed the min-width of trait page main div in order to allow trait descriptions to shrink to a smaller width (but not too small) * wqflask/wqflask/templates/show_trait.html - Changed width of main container div to 700px --- wqflask/wqflask/templates/show_trait.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/show_trait.html b/wqflask/wqflask/templates/show_trait.html index 56df2049..ea881917 100644 --- a/wqflask/wqflask/templates/show_trait.html +++ b/wqflask/wqflask/templates/show_trait.html @@ -37,7 +37,7 @@ -
+
-- cgit v1.2.3 From a79e099d6ce428459affd44afc8f795dd7561fae Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 8 Oct 2020 14:54:02 -0500 Subject: Adjusted some widths/classes to allow correlation description text to expand/shrink with screen size and make drop-downs a better width * wqflask/wqflask/templates/show_trait_calculate_correlations.html - Adjusted widths of drop-down divs and removed the col-width class from the description div (the right side) so it can shrink wqwith screen size --- .../wqflask/templates/show_trait_calculate_correlations.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/show_trait_calculate_correlations.html b/wqflask/wqflask/templates/show_trait_calculate_correlations.html index 1378b91b..9420c9c6 100644 --- a/wqflask/wqflask/templates/show_trait_calculate_correlations.html +++ b/wqflask/wqflask/templates/show_trait_calculate_correlations.html @@ -1,5 +1,5 @@
-
+
@@ -39,7 +39,7 @@
-
+
{% for group, pretty_group in sample_group_types.items() %} @@ -66,7 +66,7 @@
-
+
@@ -114,7 +114,7 @@
-
+
The Sample Correlation is computed -- cgit v1.2.3 From 205f2277493fca1d7b8a0520438767296a9c20d4 Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 8 Oct 2020 14:55:54 -0500 Subject: Allowed mapping method description text to shrink with screen size * wqflask/wqflask/templates/show_trait_mapping_tools.html - Removed the "col-xs-_" class to allow the div containing mapping description text to shrink with screen size --- wqflask/wqflask/templates/show_trait_mapping_tools.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/show_trait_mapping_tools.html b/wqflask/wqflask/templates/show_trait_mapping_tools.html index 27040045..94388b2f 100755 --- a/wqflask/wqflask/templates/show_trait_mapping_tools.html +++ b/wqflask/wqflask/templates/show_trait_mapping_tools.html @@ -397,8 +397,8 @@
-
-
+
+
{% for mapping_method in dataset.group.mapping_names %} {% if mapping_method == "GEMMA" %}
GEMMA
-- cgit v1.2.3