diff options
-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, |