From fd04c314cd64ee562373818c4d054df79d32f167 Mon Sep 17 00:00:00 2001 From: mpeltriaux Date: Fri, 4 Feb 2022 13:55:50 +0100 Subject: [PATCH] # 86 Minor html/css tweaks * improves minor things like display related breakpoints for certain html elements * improves css for select2 for better group-result distinction --- .../templates/analysis/reports/detail.html | 4 +-- .../detail/compensation/view.html | 36 ++++++++++--------- .../compensation/detail/eco_account/view.html | 20 +++++------ .../report/compensation/report.html | 4 +-- .../report/eco_account/report.html | 4 +-- ema/templates/ema/detail/view.html | 18 +++++----- ema/templates/ema/report/report.html | 4 +-- .../templates/intervention/detail/view.html | 20 +++++------ .../templates/intervention/report/report.html | 4 +-- konova/static/css/konova.css | 9 +++++ templates/base.html | 4 +-- 11 files changed, 69 insertions(+), 58 deletions(-) diff --git a/analysis/templates/analysis/reports/detail.html b/analysis/templates/analysis/reports/detail.html index ac4f08e2..31ca65c6 100644 --- a/analysis/templates/analysis/reports/detail.html +++ b/analysis/templates/analysis/reports/detail.html @@ -3,11 +3,11 @@ {% block body %}
-
+

{% trans 'Evaluation report' %} {{office.long_name}}

{% trans 'From' %} {{report.date_from.date}} {% trans 'to' %} {{report.date_to.date}}
-
+