diff --git a/app/templates/modern/inspections/list.html b/app/templates/modern/inspections/list.html index 5d47bcb..021fa71 100644 --- a/app/templates/modern/inspections/list.html +++ b/app/templates/modern/inspections/list.html @@ -38,87 +38,110 @@ {# ── Filters ──────────────────────────────────────────────────────────── #} +{# Layout: fields fill two rows on the left; the actions sit in a block on the + right that spans both rows — Filter full-height, Clear above Export PDF. + Below the md breakpoint the action block wraps underneath, full width. #}
-
-
- - +
+ + {# ── Fields ──────────────────────────────────────────────────────── #} +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + {# Second row. The score fields absorb the Inspector column's width when + the viewer is an inspector (they only ever see their own work, so the + dropdown is not rendered for them) — the row always totals 12. #} +
+ {% if inspectors %} +
+ + +
+ {% endif %} +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
-
- - -
-
- - -
-
- - -
- {% if inspectors %} -
- - -
- {% endif %} -
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - Clear - - Export PDF - +
+