From 26d882e2f1599bce23ec61501c49825c62707cac Mon Sep 17 00:00:00 2001
From: zsloan
Date: Fri, 13 Nov 2020 13:37:00 -0600
Subject: Replaced superscript i's for glossary links in search result table
headers with fontawesome icons
---
wqflask/wqflask/templates/search_result_page.html | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html
index 36f144c2..c163a99a 100644
--- a/wqflask/wqflask/templates/search_result_page.html
+++ b/wqflask/wqflask/templates/search_result_page.html
@@ -4,6 +4,7 @@
+
{% endblock %}
@@ -184,6 +185,7 @@
+
@@ -331,10 +333,10 @@
'orderSequence': [ "desc", "asc"]
},
{
- 'title': "High P ?",
+ 'title': "High P ",
'type': "natural-minus-na",
'data': "lrs_score",
- 'width': "60px",
+ 'width': "65px",
'orderSequence': [ "desc", "asc"]
},
{
@@ -344,10 +346,10 @@
'data': "lrs_location"
},
{
- 'title': "Effect Size ?",
+ 'title': "Effect Size ",
'type': "natural-minus-na",
'data': "additive",
- 'width': "85px",
+ 'width': "90px",
'orderSequence': [ "desc", "asc"]
}{% elif dataset.type == 'Publish' %},
{
@@ -400,7 +402,7 @@
'orderSequence': [ "desc", "asc"]
},
{
- 'title': "High P ?",
+ 'title': "High P ",
'type': "natural-minus-na",
'data': "lrs_score",
'width': "80px",
@@ -413,7 +415,7 @@
'data': "lrs_location"
},
{
- 'title': "Effect Size ?",
+ 'title': "Effect Size ",
'type': "natural-minus-na",
'width': "120px",
'data': "additive",
--
cgit v1.2.3