about summary refs log tree commit diff
diff options
context:
space:
mode:
authorzsloan2019-12-11 15:39:22 -0600
committerzsloan2019-12-11 15:39:22 -0600
commit2c487aab5a2dc50047b8cbe67197e0ceeac354f7 (patch)
tree5ab25764a9d8b97681ea094e0c560117bcb27669
parentc3db3b10c99d2fe90ac05797482d3fcb33380301 (diff)
downloadgenenetwork2-2c487aab5a2dc50047b8cbe67197e0ceeac354f7.tar.gz
Forgot to align N and SE columns
-rw-r--r--wqflask/wqflask/templates/show_trait.html8
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,