aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2022-01-18 22:26:45 +0000
committerzsloan2022-01-27 13:45:09 -0600
commit03c0557192242d28a35e0f9f1c20510cf457d985 (patch)
tree879be27e3423ec15fdca6d25afdb982fc572c1de /wqflask
parent0761eb67c601efe7d285e556fb1a07d52398eb6b (diff)
downloadgenenetwork2-03c0557192242d28a35e0f9f1c20510cf457d985.tar.gz
Replaced the info icon in the Peak LOD and Effect Size columns with a superscript question mark, since the icon was appearing strangely in some browsers (namely Rob's) but in a while I couldn't reproducd
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/search_result_page.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html
index 5e111882..065d9049 100644
--- a/wqflask/wqflask/templates/search_result_page.html
+++ b/wqflask/wqflask/templates/search_result_page.html
@@ -245,7 +245,7 @@
'orderSequence': [ "desc", "asc"]
},
{
- 'title': "<div style='text-align: right;'>Peak <a href=\"{{ url_for('glossary_blueprint.glossary') }}#LRS\" target=\"_blank\" style=\"color: white;\">&nbsp;<i class=\"fa fa-info-circle\" aria-hidden=\"true\"></i></a></div><div style='text-align: right;'>LOD&ensp;&emsp;</div>",
+ 'title': "<div>Peak <a href=\"{{ url_for('glossary_blueprint.glossary') }}#LRS\" target=\"_blank\" style=\"color: white;\"><sup>&nbsp;?</sup></a></div><div>LOD&ensp;&emsp;</div>",
'type': "natural-minus-na",
'data': "lod_score",
'width': "60px",
@@ -260,7 +260,7 @@
'data': "lrs_location"
},
{
- 'title': "<div style='text-align: right;'>Effect <a href=\"{{ url_for('glossary_blueprint.glossary') }}#A\" target=\"_blank\" style=\"color: white;\">&nbsp;<i class=\"fa fa-info-circle\" aria-hidden=\"true\"></i></a></div><div style='text-align: right;'>Size&ensp;&emsp;</div>",
+ 'title': "<div>Effect <a href=\"{{ url_for('glossary_blueprint.glossary') }}#A\" target=\"_blank\" style=\"color: white;\"><sup>&nbsp;?</sup></a></div><div>Size&ensp;&emsp;</div>",
'type': "natural-minus-na",
'data': "additive",
'width': "65px",
@@ -339,7 +339,7 @@
'orderSequence': [ "desc", "asc"]
},
{
- 'title': "<div style='text-align: right;'>Peak <a href=\"{{ url_for('glossary_blueprint.glossary') }}#LRS\" target=\"_blank\" style=\"color: white;\">&nbsp;<i class=\"fa fa-info-circle\" aria-hidden=\"true\"></i></a></div><div style='text-align: right;'>LOD&ensp;&emsp;</div>",
+ 'title': "<div>Peak <a href=\"{{ url_for('glossary_blueprint.glossary') }}#LRS\" target=\"_blank\" style=\"color: white;\"><sup>&nbsp;?</sup></a></div><div>LOD&ensp;&emsp;</div>",
'type': "natural-minus-na",
'data': "lod_score",
'targets': 7,
@@ -354,7 +354,7 @@
'data': "lrs_location"
},
{
- 'title': "<div style='text-align: right;'>Effect <a href=\"{{ url_for('glossary_blueprint.glossary') }}#A\" target=\"_blank\" style=\"color: white;\">&nbsp;<i class=\"fa fa-info-circle\" aria-hidden=\"true\"></i></a></div><div style='text-align: right;'>Size&ensp;&emsp;</div>",
+ 'title': "<div>Effect <a href=\"{{ url_for('glossary_blueprint.glossary') }}#A\" target=\"_blank\" style=\"color: white;\"><sup>&nbsp;?</sup></a></div><div>Size&ensp;&emsp;</div>",
'type': "natural-minus-na",
'width': "60px",
'data': "additive",