From 9d430e7ed1bc0519c90b444c3b964584a3347dcc Mon Sep 17 00:00:00 2001 From: Norbert Kwizera Date: Thu, 25 Jan 2024 17:03:53 +0200 Subject: [PATCH] Adjust logo footer size --- templates/base_admin_dashboard.html | 223 ++++--- templates/public_base.html | 898 +++++++++++++++------------- 2 files changed, 595 insertions(+), 526 deletions(-) diff --git a/templates/base_admin_dashboard.html b/templates/base_admin_dashboard.html index 2afaeac30..4f257ff7b 100644 --- a/templates/base_admin_dashboard.html +++ b/templates/base_admin_dashboard.html @@ -1,65 +1,84 @@ {% extends "frame.html" %} {% load smartmin i18n thumbnail ureport compress %} + {% block styles %} {% compress css %} {% endcompress %} {% if is_rtl_org %} {% compress css %} - - - + + + {% endcompress %} {% else %} {% compress css %} - - + + {% endcompress %} {% endif %} {% endblock styles %} {% block body-content %} @@ -72,13 +91,8 @@
{% if is_rtl_org %}
{% endif %} - {% trans "Logout" %} + {% trans "Logout" %} {% else %} - {% trans "Login" %} + {% trans "Login" %} {% endif %} {% endblock login %}
{% if is_rtl_org %}
-