bootstrap styles in export section

This commit is contained in:
2022-07-11 11:09:46 +02:00
parent 340310be62
commit ef9a155cc1
3 changed files with 50 additions and 42 deletions

View File

@@ -25,7 +25,6 @@
{% endblock js %}
{% block content %}
<div class="col-md-10">
<h1>{{ export.title|trans }}</h1>
@@ -71,7 +70,7 @@
{% if form.children.export.children.aggregators is defined %}
{% if form.children.export.children.aggregators is not empty %}
<section class="aggregator">
<section class="aggregator mb-4">
<h2>{{ 'Aggregators'| trans }}</h2>
<div class="flex-table">
@@ -106,7 +105,7 @@
<style>
div#export_export_fields { column-count: 2; }
</style>
<section class="parameter">
<section class="parameter mb-4">
<h2>
{{ 'Export parameters'|trans }}
</h2>
@@ -119,7 +118,7 @@
{% endif %}
{% if form.children.export.children.pick_formatter is defined %}
<section class="formatter">
<section class="formatter mb-4">
<h2>
{{ 'Formatter'| trans }}
</h2>