diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css index 808a75b..505a937 100644 --- a/src/main/resources/static/style.css +++ b/src/main/resources/static/style.css @@ -320,6 +320,10 @@ textarea { gap: 8px; } +.form-field.compact { + margin-bottom: 1.25rem; +} + .form-field label { font-size: 0.98rem; font-weight: 700; diff --git a/src/main/resources/templates/reports.html b/src/main/resources/templates/reports.html index fbb3be1..ae67ec7 100644 --- a/src/main/resources/templates/reports.html +++ b/src/main/resources/templates/reports.html @@ -94,35 +94,38 @@
+
Ärende -

K-nummer & Polis

+

Rapportera händelse

-
-
- - -
-
- - +
+ + +
-
-
+
+ + + +
+
@@ -201,11 +204,11 @@

Brottsplats

- +
Brottsplats evidenceList.innerHTML = ""; [ - { filesArray: selectedFiles, label: "Fil", type: "file" }, - { filesArray: selectedImages, label: "Bild", type: "image" } - ].forEach(({ filesArray, label, type }) => { + {filesArray: selectedFiles, label: "Fil", type: "file"}, + {filesArray: selectedImages, label: "Bild", type: "image"} + ].forEach(({filesArray, label, type}) => { filesArray.forEach((file, index) => { const row = document.createElement("div"); row.className = "evidence-row";