From 1f84f86828b498599e89c7234279c86b87cea31d Mon Sep 17 00:00:00 2001 From: Christopher Maddalena Date: Mon, 27 Nov 2023 11:38:25 -0800 Subject: [PATCH] Changed "Evidences" to "Evidence Files" and adjusted +/- icon alignment --- .../reporting/templates/reporting/report_detail.html | 10 +++++----- ghostwriter/static/css/styles.css | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ghostwriter/reporting/templates/reporting/report_detail.html b/ghostwriter/reporting/templates/reporting/report_detail.html index 4e8d5495a..1c2688588 100644 --- a/ghostwriter/reporting/templates/reporting/report_detail.html +++ b/ghostwriter/reporting/templates/reporting/report_detail.html @@ -222,12 +222,12 @@

Current Findings

+ Evidence Files + + +
{% for evidence_file in finding.evidence_set.all %} diff --git a/ghostwriter/static/css/styles.css b/ghostwriter/static/css/styles.css index e12d4f028..8d3cb1887 100644 --- a/ghostwriter/static/css/styles.css +++ b/ghostwriter/static/css/styles.css @@ -2492,6 +2492,7 @@ h5 a:after { color: #000; font-weight: 600; float: right; + margin-top: 4px; } h5 a[aria-expanded=true]:after {