From 81d39875fbdcf1059264bdc5b2bd80bb85d4bf41 Mon Sep 17 00:00:00 2001 From: Loan Robert Date: Fri, 21 Feb 2025 15:03:17 +0100 Subject: [PATCH] Move rie info to footer --- web/b3desk/static/css/global.css | 2 +- web/b3desk/templates/footer.html | 1 + web/b3desk/templates/jumbotron.html | 1 - web/b3desk/templates/meeting/join.html | 4 ---- web/b3desk/templates/meeting/joinmail.html | 4 ---- web/b3desk/templates/meeting/wait.html | 4 ---- 6 files changed, 2 insertions(+), 14 deletions(-) diff --git a/web/b3desk/static/css/global.css b/web/b3desk/static/css/global.css index f6825419..d0b0cc37 100644 --- a/web/b3desk/static/css/global.css +++ b/web/b3desk/static/css/global.css @@ -199,7 +199,7 @@ form.delete { /* homepage lasuite */ .lasuite-homepage__content { - margin-bottom: calc(-7rem + 2px); + margin-bottom: -6rem; } /* modal */ diff --git a/web/b3desk/templates/footer.html b/web/b3desk/templates/footer.html index 5eb3cb30..f7a8abfe 100644 --- a/web/b3desk/templates/footer.html +++ b/web/b3desk/templates/footer.html @@ -9,6 +9,7 @@ {% endif %} + {% include 'rie.html' %}