aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2021-01-21 14:27:46 -0600
committerzsloan2021-01-21 14:27:46 -0600
commitaf386b6d11872d633cd23185c22e8f9f8d650fd2 (patch)
treed06a5d2240910a0006eca5bf8509d5ae17f03265 /wqflask
parentac21f2e727af91862c79a502c175d39e389f0215 (diff)
downloadgenenetwork2-af386b6d11872d633cd23185c22e8f9f8d650fd2.tar.gz
Adjusted Search Result table column widths and header alignments
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/search_result_page.html37
1 files changed, 19 insertions, 18 deletions
diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html
index b8f89121..eb42eb3a 100644
--- a/wqflask/wqflask/templates/search_result_page.html
+++ b/wqflask/wqflask/templates/search_result_page.html
@@ -274,41 +274,42 @@
}
},
{
- 'title': "Location",
+ 'title': "<div style='text-align: right;'>Location</div>",
'type': "natural-minus-na",
'width': "125px",
'data': "location"
},
{
- 'title': "Mean",
+ 'title': "<div style='text-align: right;'>Mean</div>",
'type': "natural-minus-na",
- 'width': "40px",
+ 'width': "30px",
'data': "mean",
'orderSequence': [ "desc", "asc"]
},
{
- 'title': "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>LOD",
+ '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>",
'type': "natural-minus-na",
'data': "lod_score",
'width': "60px",
'orderSequence': [ "desc", "asc"]
},
{
- 'title': "Peak Location",
+ 'title': "<div style='text-align: right;'>Peak Location</div>",
'type': "natural-minus-na",
'width': "125px",
'data': "lrs_location"
},
{
- 'title': "Effect Size<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>",
+ '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>",
'type': "natural-minus-na",
'data': "additive",
- 'width': "90px",
+ 'width': "60px",
'orderSequence': [ "desc", "asc"]
}{% elif dataset.type == 'Publish' %},
{
'title': "Description",
'type': "natural",
+ 'width': "500px",
'data': null,
'render': function(data, type, row, meta) {
try {
@@ -319,16 +320,16 @@
}
},
{
- 'title': "Mean",
+ 'title': "<div style='text-align: right;'>Mean</div>",
'type': "natural-minus-na",
- 'width': "110px",
+ 'width': "30px",
'data': "mean",
'orderSequence': [ "desc", "asc"]
},
{
'title': "Authors",
'type': "natural",
- 'width': "500px",
+ 'width': "400px",
'data': null,
'render': function(data, type, row, meta) {
author_list = data.authors.split(",")
@@ -341,10 +342,10 @@
}
},
{
- 'title': "Year",
+ 'title': "<div style='text-align: right;'>Year</div>",
'type': "natural-minus-na",
'data': null,
- 'width': "80px",
+ 'width': "25px",
'render': function(data, type, row, meta) {
if (data.pubmed_id != "N/A"){
return '<a href="' + data.pubmed_link + '">' + data.pubmed_text + '</a>'
@@ -355,34 +356,34 @@
'orderSequence': [ "desc", "asc"]
},
{
- 'title': "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>LOD",
+ '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>",
'type': "natural-minus-na",
'data': "lod_score",
'width': "60px",
'orderSequence': [ "desc", "asc"]
},
{
- 'title': "Peak Location",
+ 'title': "<div style='text-align: right;'>Peak Location</div>",
'type': "natural-minus-na",
'width': "120px",
'data': "lrs_location"
},
{
- 'title': "Effect Size<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>",
+ '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>",
'type': "natural-minus-na",
- 'width': "120px",
+ 'width': "60px",
'data': "additive",
'orderSequence': [ "desc", "asc"]
}{% elif dataset.type == 'Geno' %},
{
- 'title': "Location",
+ 'title': "<div style='text-align: right;'>Location</div>",
'type': "natural-minus-na",
'width': "120px",
'data': "location"
}{% endif %}
],
"order": [[1, "asc" ]],
- 'sDom': "itir",
+ 'sDom': "iti",
"autoWidth": true,
"bSortClasses": false,
"scrollY": "100vh",