From 4ffaaca9e95dd8d45735dd224c94bb2ae5d0db8b Mon Sep 17 00:00:00 2001 From: Lene Wasskog <lene.wasskog@nibio.no> Date: Fri, 18 Oct 2024 11:01:43 +0200 Subject: [PATCH] style: Some very manual alignment --- observations/templates/observations/index.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/observations/templates/observations/index.html b/observations/templates/observations/index.html index e5893da0..398e1df4 100644 --- a/observations/templates/observations/index.html +++ b/observations/templates/observations/index.html @@ -45,8 +45,9 @@ <label for="dateTo">{% trans "To" %}</label> <input class="form-control" type="date" id="dateTo" name="to" value="{{to|safe}}"/> </div> - <div class="form-group col-sm-6 vertical-align-center"> + <div class="form-group col-sm-6"> <div class="checkbox"> + <br> <label> <input type="checkbox" name="includeNegative"{% if include_negative %}checked{% endif %} value="true"> {% trans "Include registrations without pest presence" %} </label> @@ -71,6 +72,7 @@ </select> </div> <div class="form-group col-sm-3"> + <br> <button type="submit" class="btn btn-primary">{% trans "Filter" %}</button> </div> </div> @@ -128,11 +130,6 @@ padding:0; margin:0; } - .vertical-align-center { - display: flex; - align-items: center; - justify-content: center; - } </style> {% endblock %} {% block customJS %} -- GitLab