diff options
author | zsloan | 2019-12-11 15:39:22 -0600 |
---|---|---|
committer | zsloan | 2019-12-11 15:39:22 -0600 |
commit | 2c487aab5a2dc50047b8cbe67197e0ceeac354f7 (patch) | |
tree | 5ab25764a9d8b97681ea094e0c560117bcb27669 /wqflask | |
parent | c3db3b10c99d2fe90ac05797482d3fcb33380301 (diff) | |
download | genenetwork2-2c487aab5a2dc50047b8cbe67197e0ceeac354f7.tar.gz |
Forgot to align N and SE columns
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/show_trait.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wqflask/wqflask/templates/show_trait.html b/wqflask/wqflask/templates/show_trait.html index 455208a9..80779d8b 100644 --- a/wqflask/wqflask/templates/show_trait.html +++ b/wqflask/wqflask/templates/show_trait.html @@ -311,7 +311,7 @@ } }, { - 'title': "SE", + 'title': "<div style='text-align: right;'>SE</div>", 'orderDataType': "dom-input", 'type': "cust-txt", 'data': null, @@ -324,7 +324,7 @@ } }{% endif %}{% if has_num_cases %}, { - 'title': "N", + 'title': "<div style='text-align: right;'>N</div>", 'orderDataType': "dom-input", 'type': "cust-txt", 'data': null, @@ -455,7 +455,7 @@ } }, { - 'title': "SE", + 'title': "<div style='text-align: right;'>SE</div>", 'orderDataType': "dom-input", 'type': "cust-txt", 'data': null, @@ -468,7 +468,7 @@ } }{% endif %}{% if has_num_cases %}, { - 'title': "N", + 'title': "<div style='text-align: right;'>N</div>", 'orderDataType': "dom-input", 'type': "cust-txt", 'data': null, |