diff options
-rw-r--r-- | wqflask/wqflask/templates/show_trait_calculate_correlations.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/show_trait_calculate_correlations.html b/wqflask/wqflask/templates/show_trait_calculate_correlations.html index 0899b6a4..22fe6142 100644 --- a/wqflask/wqflask/templates/show_trait_calculate_correlations.html +++ b/wqflask/wqflask/templates/show_trait_calculate_correlations.html @@ -92,7 +92,7 @@ </div> <div id="location_filter" class="form-group"> <label class="col-xs-2 control-label">Location</label> - <div class="col-xs-6 controls"> + <div class="col-xs-10 controls"> <span> Chr: <input name="loc_chr" value="" type="text" class="form-control corr-location"> Mb: <input name="min_loc_mb" value="" type="text" class="form-control corr-location"> to <input name="max_loc_mb" value="" type="text" class="form-control corr-location"> @@ -115,7 +115,7 @@ <div class="form-group"> - <label class="col-xs-2 control-label" >use cache</label> + <label class="col-xs-2 control-label" >Use Cache</label> <div class="col-xs-5 controls"> <input id="use_cache" name="use_cache" type="checkbox" checked> </div> |