diff --git a/observations/templates/observations/index.html b/observations/templates/observations/index.html index 84860bcebbff1b9ca9019e36091b23b4707f9519..7ed854a2da83dfb5843e0511aabdeedeb0cf3aca 100644 --- a/observations/templates/observations/index.html +++ b/observations/templates/observations/index.html @@ -51,10 +51,10 @@ </select> </div> <div class="form-group"> - <select name="cropCategoryId" id="cropCategoryList" class="form-control chosen-select" data-placeholder="{% trans "Crop categories" %}"> + <select name="cropCategoryId" id="cropCategoryList" style="min-width: 150px;" class="form-control chosen-select" data-placeholder="{% trans "Crop categories" %}"> </select> </div> - <button type="submit" class="btn btn-default">{% trans "Filter" %}</button> + <button type="submit" class="btn btn-primary">{% trans "Filter" %}</button> </form> <div class="table-responsive"> <table class="table table-striped" id="observationTable">