aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2020-10-13 16:07:32 -0500
committerzsloan2020-10-13 16:07:32 -0500
commit2142cf08c33ff9aee232e8bee31be37dab664f37 (patch)
tree1ada9a78f3c70fa2d453aebf7e200424d111f9ee /wqflask
parent3f242af74af814d9344e1e80c5f94914c6d9b621 (diff)
parent02b7af0c4c44ec7e565e7c4bb66287ed86b432b2 (diff)
downloadgenenetwork2-2142cf08c33ff9aee232e8bee31be37dab664f37.tar.gz
Merge branch 'testing', remote-tracking branch 'origin' into move_styling_to_css
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/mapping_results.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/wqflask/wqflask/templates/mapping_results.html b/wqflask/wqflask/templates/mapping_results.html
index 41d760c0..e68a792a 100644
--- a/wqflask/wqflask/templates/mapping_results.html
+++ b/wqflask/wqflask/templates/mapping_results.html
@@ -236,16 +236,16 @@
<th>Row</th>
<th>Marker</th>
{% if LRS_LOD == "-log(p)" %}
- <th>–log(p)</th>
+ <th><div style="text-align: right;">–log(p)</div></th>
{% else %}
- <th>{{ LRS_LOD }}</th>
+ <th><div style="text-align: right;">{{ LRS_LOD }}</div></th>
{% endif %}
- <th>Position ({% if plotScale == "physic" %}Mb{% else %}cM{% endif %})</th>
+ <th><div style="text-align: right;">Position ({% if plotScale == "physic" %}Mb{% else %}cM{% endif %})</div></th>
{% if 'additive' in trimmed_markers[0] %}
- <th>Add Eff</th>
+ <th><div style="text-align: right;">Add Eff</div></th>
{% endif %}
{% if 'dominance' in trimmed_markers[0] and dataset.group.genetic_type != "riset" %}
- <th>Dom Eff</th>
+ <th><div style="text-align: right;">Dom Eff</div></th>
{% endif %}
</tr>
</thead>