diff options
-rw-r--r-- | wqflask/wqflask/templates/show_trait_PheWAS_tools.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/show_trait_PheWAS_tools.html b/wqflask/wqflask/templates/show_trait_PheWAS_tools.html index 06922f05..ee4c5f5a 100644 --- a/wqflask/wqflask/templates/show_trait_PheWAS_tools.html +++ b/wqflask/wqflask/templates/show_trait_PheWAS_tools.html @@ -40,7 +40,7 @@ </div> <div class="form-group"> <div style="padding-left:15px;" class="controls"> - <button id="phewas_compute" class="btn submit_special btn-primary" data-url="/phewas" title="Compute PheWAS"> + <button id="phewas_compute" class="btn btn-primary submit_special" data-url="/phewas" title="Compute PheWAS"> <i class="icon-ok-circle icon-white"></i> Compute </button> </div> |