From 4ef6c32ea210ce621276c9f264994acf8ccf58ca Mon Sep 17 00:00:00 2001 From: mipel Date: Wed, 21 Jul 2021 13:27:35 +0200 Subject: [PATCH] Html enhancements * adds some bootstrap enhancements for responsiveness --- konova/templates/konova/home.html | 34 +++++++++++++++---------- news/templates/news/dashboard-news.html | 32 +++++++++++++---------- templates/navbar.html | 8 +++--- user/templates/user/index.html | 2 +- 4 files changed, 44 insertions(+), 32 deletions(-) diff --git a/konova/templates/konova/home.html b/konova/templates/konova/home.html index 7d455959..fdb0fde9 100644 --- a/konova/templates/konova/home.html +++ b/konova/templates/konova/home.html @@ -11,11 +11,13 @@ {% trans 'Intervention' %}
-
-
- {% fa5_icon 'pencil-ruler' %} + +
+
+ {% fa5_icon 'pencil-ruler' %} +
-
+
{% trans 'Total' %}
@@ -47,11 +49,13 @@ {% trans 'Compensation' %}
-
-
- {% fa5_icon 'leaf' %} + +
+
+ {% fa5_icon 'leaf' %} +
-
+
{% trans 'Total' %}
@@ -84,11 +88,13 @@ {% trans 'Eco-account' %}
-
-
- {% fa5_icon 'tree' %} + +
+
+ {% fa5_icon 'tree' %} +
-
+
{% trans 'Total' %}
@@ -101,7 +107,7 @@
-
+
-
+
diff --git a/news/templates/news/dashboard-news.html b/news/templates/news/dashboard-news.html index 5ab3d105..6301e2cc 100644 --- a/news/templates/news/dashboard-news.html +++ b/news/templates/news/dashboard-news.html @@ -1,24 +1,28 @@ {% load i18n ksp_filters %} -
+
{% for msg in msgs %} -
- \ No newline at end of file diff --git a/templates/navbar.html b/templates/navbar.html index 83bc57eb..57aab48e 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -1,8 +1,10 @@ {% load i18n fontawesome_5 %}