aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2021-03-07 22:33:18 +0000
committerzsloan2021-03-07 22:33:18 +0000
commit4e087c6e761f7ee5971c6c82782491fd671962a1 (patch)
tree4e381489cc9db519195372e9dc1a434948481e4d
parent808ae5022fe2de5802f284ea48e32f05656c8246 (diff)
downloadgenenetwork2-4e087c6e761f7ee5971c6c82782491fd671962a1.tar.gz
Right-aligned the Mean column for phenotype global search
-rw-r--r--wqflask/wqflask/templates/gsearch_pheno.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/gsearch_pheno.html b/wqflask/wqflask/templates/gsearch_pheno.html
index 0dc6fe5f..987b51a7 100644
--- a/wqflask/wqflask/templates/gsearch_pheno.html
+++ b/wqflask/wqflask/templates/gsearch_pheno.html
@@ -117,6 +117,7 @@
$('td', row).eq(6).text($('td', row).eq(6).text().substring(0, 150));
$('td', row).eq(6).text($('td', row).eq(6).text() + '...')
}
+ $('td', row).eq(6).attr("align", "right");
$('td', row).slice(8,11).attr("align", "right");
$('td', row).eq(1).attr('data-export', $('td', row).eq(1).text());
$('td', row).eq(2).attr('data-export', $('td', row).eq(2).text());