# 86 Minor html/css tweaks

* improves minor things like display related breakpoints for certain html elements
* improves css for select2 for better group-result distinction
This commit is contained in:
2022-02-04 13:55:50 +01:00
parent 298a632cac
commit c7665a1aff
11 changed files with 69 additions and 58 deletions

View File

@@ -3,7 +3,7 @@
{% block body %}
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6">
<div class="col-sm-12 col-md-12 col-lg-12 col-xl-6">
<h3>{% trans 'Report' %}</h3>
<h4>{{obj.identifier}}</h4>
<div class="table-container">
@@ -96,7 +96,7 @@
</table>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-6">
<div class="col-sm-12 col-md-12 col-lg-12 col-xl-6">
<div class="row">
{% include 'map/geom_form.html' %}
</div>