Skip to content
Snippets Groups Projects
Commit 4ffaaca9 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

style: Some very manual alignment

parent b0d8ceea
No related branches found
No related tags found
No related merge requests found
...@@ -45,8 +45,9 @@ ...@@ -45,8 +45,9 @@
<label for="dateTo">{% trans "To" %}</label> <label for="dateTo">{% trans "To" %}</label>
<input class="form-control" type="date" id="dateTo" name="to" value="{{to|safe}}"/> <input class="form-control" type="date" id="dateTo" name="to" value="{{to|safe}}"/>
</div> </div>
<div class="form-group col-sm-6 vertical-align-center"> <div class="form-group col-sm-6">
<div class="checkbox"> <div class="checkbox">
&nbsp;<br>
<label> <label>
<input type="checkbox" name="includeNegative"{% if include_negative %}checked{% endif %} value="true"> {% trans "Include registrations without pest presence" %} <input type="checkbox" name="includeNegative"{% if include_negative %}checked{% endif %} value="true"> {% trans "Include registrations without pest presence" %}
</label> </label>
...@@ -71,6 +72,7 @@ ...@@ -71,6 +72,7 @@
</select> </select>
</div> </div>
<div class="form-group col-sm-3"> <div class="form-group col-sm-3">
&nbsp;<br>
<button type="submit" class="btn btn-primary">{% trans "Filter" %}</button> <button type="submit" class="btn btn-primary">{% trans "Filter" %}</button>
</div> </div>
</div> </div>
...@@ -128,11 +130,6 @@ ...@@ -128,11 +130,6 @@
padding:0; padding:0;
margin:0; margin:0;
} }
.vertical-align-center {
display: flex;
align-items: center;
justify-content: center;
}
</style> </style>
{% endblock %} {% endblock %}
{% block customJS %} {% block customJS %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment