about summary refs log tree commit diff
diff options
context:
space:
mode:
authorzsloan2020-12-04 14:01:49 -0600
committerzsloan2020-12-04 14:01:49 -0600
commit2f96a2579c8ebcfc8ec763675b81811d7ddf4068 (patch)
treec9e1993a319060d8474a2dbcbdf25013de56f760
parent4bc3054570b1869e484d5c61ea1f64f684a654dc (diff)
downloadgenenetwork2-2f96a2579c8ebcfc8ec763675b81811d7ddf4068.tar.gz
Gave a margin to the More Options field so it doesn't look bad
-rw-r--r--wqflask/wqflask/templates/correlation_page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/correlation_page.html b/wqflask/wqflask/templates/correlation_page.html
index 5093ebfa..58285509 100644
--- a/wqflask/wqflask/templates/correlation_page.html
+++ b/wqflask/wqflask/templates/correlation_page.html
@@ -89,7 +89,7 @@
             <div id="export_options"></div>
             {% if target_dataset.type != "Publish" %}
             <br />
-            <div style="float: left; clear: left;">
+            <div style="float: left; clear: left; margin-top: 10px; mmargin-bottom: 20px;">
               <button id="more_options" class="btn btn-primary">More Options...</button>
             </div>
             <br />