Skip to content
Code-Schnipsel Gruppen Projekte
Commit 815fc014 erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

fix: improve design of login control

Übergeordneter 11b31bfb
No related branches found
No related tags found
2 Merge Requests!25Update 'next-3.x' with latest changes from 'main',!24fix: adjust paths to standard mail templates in quiqqer/core
Pipeline #12178 fehlgeschlagen mit Phase
in 3 Minuten und 12 Sekunden
......@@ -258,6 +258,12 @@
width: 100%;
}
.loginAndRegister .quiqqer-fu-login-container-width {
width: 100%;
max-width: 400px;
margin-inline: auto;
}
:where(.loginAndRegister) .quiqqer-frontendUsers-login .quiqqer-fu-login-container {
background: none;
border: none;
......@@ -274,17 +280,18 @@
/******************/
/* reset password */
/******************/
:where(.loginAndRegister) .quiqqer-fu-login-container .quiqqer-fu-login-forget-password-reset [name="cancel"] {
.quiqqer-fu-login-container .quiqqer-fu-login-forget-password-reset [name="cancel"] {
background: none;
border: none;
color: inherit;
float: right;
margin-top: 1rem;
padding: 0;
position: initial;
width: 100%;
text-align: right;
}
:where(.loginAndRegister) .quiqqer-fu-login-container .quiqqer-fu-login-forget-password-reset [type="submit"] {
.quiqqer-fu-login-container .quiqqer-fu-login-forget-password-reset [type="submit"] {
margin-top: 1rem;
}
......@@ -317,8 +324,7 @@
}
.loginAndRegister .quiqqer-fu-login-forget-password-reset {
padding: 1.5rem 2rem;
background: #f8f8f8;
padding-inline: 2rem;
}
.quiqqer-fu-registrationSignUp-terms-text [name="decline"] {
......
......@@ -1523,6 +1523,12 @@ a.toTop:before {
.cologne-login-dialog .qui-window-popup-content {
padding: 20px 40px;
display: grid;
grid-template-areas:
'logo'
'body'
'reset';
grid-template-rows: auto 1fr;
}
.quiqqer-frontendUsers-loginWindow .quiqqer-frontendUsers-login {
......@@ -1615,11 +1621,12 @@ a.toTop:before {
/* sing up / registration in link */
.login-popup-create-account-wrapper {
bottom: 10px;
left: 0;
position: absolute;
text-align: center;
width: 100%;
grid-area: reset;
margin-top: 1rem;
z-index: 1;
position: relative;
}
/*************************/
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren