From ee1942d7887d0ee35c8a0436545f86cf00ab6452 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sun, 22 Oct 2023 12:00:07 +0200 Subject: [PATCH] =?UTF-8?q?ordre=20des=20boutons=20de=20login=20sur=20peti?= =?UTF-8?q?ts=20=C3=A9crans?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/user/view/login/login.css | 12 ++++++++++++ core/module/user/view/login/login.php | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/core/module/user/view/login/login.css b/core/module/user/view/login/login.css index a1da0d6..770f367 100644 --- a/core/module/user/view/login/login.css +++ b/core/module/user/view/login/login.css @@ -20,4 +20,16 @@ } #passwordIcon { float: right; +} + +@media screen and (max-width: 768px) { + #buttonsContainer { + display: grid; + } + #loginContainer { + order: 1; + } + #backContainer{ + order: 2; + } } \ No newline at end of file diff --git a/core/module/user/view/login/login.php b/core/module/user/view/login/login.php index e5abd98..6131a8f 100644 --- a/core/module/user/view/login/login.php +++ b/core/module/user/view/login/login.php @@ -38,14 +38,14 @@ -
-
+
+
$this->getUrl(2) ? helper::baseUrl() . str_replace('_', '/', str_replace('__', '#', $this->getUrl(2))) : helper::baseUrl(), 'value' => template::ico('left') ]); ?>
-
+
'Connexion', 'ico' => ''