Standardize form layouts: all input fields positioned underneath labels
- Change all form templates from col-md-6 to col-12 layout - Affects destinataer_form.html, paechter_form.html, and land_form.html - Ensures consistent single-column layout across all entity forms - All input fields now appear underneath their labels instead of side-by-side - Improves form readability and user experience on all screen sizes
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
<i class="fas fa-fingerprint me-2"></i>Identifikation
|
||||
</h5>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="col-12">
|
||||
<div class="mb-3">
|
||||
<label for="{{ form.lfd_nr.id_for_label }}" class="form-label">
|
||||
{{ form.lfd_nr.label }} *
|
||||
@@ -72,7 +72,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="col-12">
|
||||
<div class="mb-3">
|
||||
<label for="{{ form.ew_nummer.id_for_label }}" class="form-label">
|
||||
{{ form.ew_nummer.label }}
|
||||
@@ -189,7 +189,7 @@
|
||||
<i class="fas fa-ruler-combined me-2"></i>Flächenangaben
|
||||
</h5>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="col-12">
|
||||
<div class="mb-3">
|
||||
<label for="{{ form.groesse_qm.id_for_label }}" class="form-label">
|
||||
{{ form.groesse_qm.label }} *
|
||||
@@ -204,7 +204,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="col-12">
|
||||
<div class="mb-3">
|
||||
<label for="{{ form.verpachtete_gesamtflaeche.id_for_label }}" class="form-label">
|
||||
{{ form.verpachtete_gesamtflaeche.label }} *
|
||||
@@ -297,7 +297,7 @@
|
||||
<i class="fas fa-handshake me-2"></i>Verpachtung
|
||||
</h5>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="col-12">
|
||||
<div class="mb-3">
|
||||
<label for="{{ form.flaeche_alte_liste.id_for_label }}" class="form-label">
|
||||
{{ form.flaeche_alte_liste.label }}
|
||||
@@ -312,7 +312,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="col-12">
|
||||
<div class="mb-3">
|
||||
<label for="{{ form.verp_flaeche_aktuell.id_for_label }}" class="form-label">
|
||||
{{ form.verp_flaeche_aktuell.label }} *
|
||||
@@ -336,7 +336,7 @@
|
||||
<i class="fas fa-percentage me-2"></i>Steuern und Abgaben
|
||||
</h5>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="col-12">
|
||||
<div class="mb-3">
|
||||
<label for="{{ form.anteil_grundsteuer.id_for_label }}" class="form-label">
|
||||
{{ form.anteil_grundsteuer.label }}
|
||||
@@ -351,7 +351,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="col-12">
|
||||
<div class="mb-3">
|
||||
<label for="{{ form.anteil_lwk.id_for_label }}" class="form-label">
|
||||
{{ form.anteil_lwk.label }}
|
||||
|
||||
Reference in New Issue
Block a user