From 3b891d81ea242798147baca1ce73b4f66aa7f6c6 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Mon, 15 May 2023 15:26:11 +0200 Subject: [PATCH] Layout fix in filter form --- observations/templates/observations/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/observations/templates/observations/index.html b/observations/templates/observations/index.html index 84860bce..7ed854a2 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"> -- GitLab