diff options
author | BonfaceKilz | 2021-07-29 22:47:29 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-08-03 15:49:50 +0300 |
commit | 097f4168901741d7913e79da09c1f3907c3d1312 (patch) | |
tree | 39214e617523eec213a5e4b3cf0dd09f04a6f7a3 /wqflask | |
parent | 4482a1c5dc61dc4813911f1439721d0407286e44 (diff) | |
download | genenetwork2-097f4168901741d7913e79da09c1f3907c3d1312.tar.gz |
templates: edit_phenotype: add some form of padding upload button
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 9530fad0..7961c188 100644 --- a/wqflask/wqflask/templates/edit_phenotype.html +++ b/wqflask/wqflask/templates/edit_phenotype.html @@ -208,7 +208,7 @@ Submit Trait | Reset </div> </div> <div class="form-group"> - <input type = "file" class="form-control" name = "file" /> + <input type = "file" class="col-sm-4 control-label" name = "file" /> </div> <div class="form-group"> |