diff options
author | zsloan | 2022-02-23 21:27:11 +0000 |
---|---|---|
committer | zsloan | 2022-02-23 16:20:52 -0600 |
commit | abdc642cea9ab40f5e71d65abaab0362bc5df74b (patch) | |
tree | 37235981b3df748201ae17bc94cd5d17dafa35f2 /wqflask | |
parent | 7c9e73f196575cd6d1de7df4430bc2b4ecb28466 (diff) | |
download | genenetwork2-abdc642cea9ab40f5e71d65abaab0362bc5df74b.tar.gz |
Add top margin to Partial Correlations button
Later this button should just be included with the other function buttons.
There's no need for it to be in a separate form, since it should be able
to take the same trait list input as all the other collection page
functions (with just the action url for the form changing)
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/collections/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/collections/view.html b/wqflask/wqflask/templates/collections/view.html index 432393a7..3e3d3972 100644 --- a/wqflask/wqflask/templates/collections/view.html +++ b/wqflask/wqflask/templates/collections/view.html @@ -46,7 +46,7 @@ <button id="run-partial-correlations" class="btn btn-primary" title="Run partial correlations" - type="submit"> + type="submit" style="margin-top: 10px;"> Partial Correlations </button> </form> |