From 90103e1847256c8123cdb309b0acfa5e116751e4 Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 19 Jan 2022 21:19:48 +0000 Subject: Changed the glossary question mark to appear at the very end of the colum text, in the hopes that this will show up normally for Rob --- wqflask/wqflask/templates/search_result_page.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index 56ac6e82..62c0164b 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -247,7 +247,7 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "
Peak ?
LOD  
", + 'title': "
Peak
LOD ?
", 'type': "natural-minus-na", 'data': "lod_score", 'width': "60px", @@ -262,7 +262,7 @@ 'data': "lrs_location" }, { - 'title': "
Effect ?
Size  
", + 'title': "
Effect
Size ?
", 'type': "natural-minus-na", 'data': "additive", 'width': "65px", @@ -341,7 +341,7 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "
Peak ?
LOD  
", + 'title': "
Peak
LOD ?
", 'type': "natural-minus-na", 'data': "lod_score", 'targets': 7, @@ -356,7 +356,7 @@ 'data': "lrs_location" }, { - 'title': "
Effect ?
Size  
", + 'title': "
Effect
Size ?
", 'type': "natural-minus-na", 'width': "60px", 'data': "additive", -- cgit v1.2.3