diff options
author | zsloan | 2020-12-04 14:01:49 -0600 |
---|---|---|
committer | zsloan | 2020-12-04 14:01:49 -0600 |
commit | 2f96a2579c8ebcfc8ec763675b81811d7ddf4068 (patch) | |
tree | c9e1993a319060d8474a2dbcbdf25013de56f760 /wqflask | |
parent | 4bc3054570b1869e484d5c61ea1f64f684a654dc (diff) | |
download | genenetwork2-2f96a2579c8ebcfc8ec763675b81811d7ddf4068.tar.gz |
Gave a margin to the More Options field so it doesn't look bad
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/correlation_page.html | 2 |
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 /> |