mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-01 19:09:45 +00:00
bootstrap styles in export section
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user