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' => ''