diff options
author | BonfaceKilz | 2021-07-29 23:09:34 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-08-03 15:49:50 +0300 |
commit | 399d388b6704d39d778617cedebec31341428b75 (patch) | |
tree | dfc3fa1dd63c45e5c57cee10b683466bed571281 /wqflask | |
parent | 0793a41cc8534b5084bbf35b437d956681a8c19d (diff) | |
download | genenetwork2-399d388b6704d39d778617cedebec31341428b75.tar.gz |
templates: edit_phenotype: Properly centre form controls
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/edit_phenotype.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html index 0e7c4f63..9810b7ab 100644 --- a/wqflask/wqflask/templates/edit_phenotype.html +++ b/wqflask/wqflask/templates/edit_phenotype.html @@ -223,7 +223,7 @@ Download csv of sample data for editing </a> </div> - <div class="controls" style="display:block; margin-left: 40%; margin-right: 20%;"> + <div class="controls center-block" style="width: max-content;"> <input name="dataset-name" class="changed" type="hidden" value="{{ publish_xref.id_ }}"/> <input name="inbred-set-id" class="changed" type="hidden" value="{{ publish_xref.inbred_set_id }}"/> <input name="phenotype-id" class="changed" type="hidden" value="{{ publish_xref.phenotype_id }}"/> |