From ed21853a5aa163c813d6499e467575f3b1ed90e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=A0s?= Date: Wed, 17 Apr 2024 18:15:43 +0200 Subject: [PATCH] feat(DevWeb): Add padding to properly display Navbar --- .../Projet/src/main/webapp/WEB-INF/pages/forgotten-password.jsp | 2 +- S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/login.jsp | 2 +- S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/main-menu.jsp | 2 +- S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/register.jsp | 2 +- .../Projet/src/main/webapp/WEB-INF/pages/reset-password.jsp | 2 +- S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/layouts/base.tag | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/forgotten-password.jsp b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/forgotten-password.jsp index dbb2188..512756c 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/forgotten-password.jsp +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/forgotten-password.jsp @@ -6,7 +6,7 @@ CardRush - Mot de passe oublié -
+
diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/login.jsp b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/login.jsp index fe5f7df..f093459 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/login.jsp +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/login.jsp @@ -6,7 +6,7 @@ Cards Rush - Connexion -
+
diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/main-menu.jsp b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/main-menu.jsp index 3a4682c..0876379 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/main-menu.jsp +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/main-menu.jsp @@ -6,7 +6,7 @@ Menu principal -
+
diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/register.jsp b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/register.jsp index d1cf899..4708510 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/register.jsp +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/register.jsp @@ -6,7 +6,7 @@ Cards Rush - Inscription -
+
diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/reset-password.jsp b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/reset-password.jsp index 0fdec02..3b60588 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/reset-password.jsp +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/pages/reset-password.jsp @@ -4,7 +4,7 @@ Cards Rush - Récuperation mot de passe -
+
diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/layouts/base.tag b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/layouts/base.tag index c3f363d..755355f 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/layouts/base.tag +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/layouts/base.tag @@ -5,7 +5,7 @@ <%@taglib prefix="component" tagdir="/WEB-INF/tags/components" %> - + <jsp:invoke fragment="title"/>