mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-23 02:19:07 +01:00
login / recoverPassword forms: fix logo style when is too large
This commit is contained in:
parent
82d6583ad9
commit
00bb46f6f1
2 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
||||||
#loginform-logo {
|
#loginform_logo {
|
||||||
float: left;
|
max-width: 30em;
|
||||||
|
max-height: 20vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.loginform {
|
div.loginform {
|
||||||
|
@ -73,6 +74,7 @@ a.LSsession_recoverPassword {
|
||||||
|
|
||||||
#loginform_logo {
|
#loginform_logo {
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
|
max-width: calc(90vw - 2em);
|
||||||
}
|
}
|
||||||
|
|
||||||
div.loginform {
|
div.loginform {
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#recoverpasswordform-logo {
|
#recoverpasswordform_logo {
|
||||||
float: left;
|
max-width: 30em;
|
||||||
|
max-height: 20vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.recoverpasswordform {
|
div.recoverpasswordform {
|
||||||
|
@ -75,6 +76,7 @@ dl.recoverpasswordform {
|
||||||
|
|
||||||
#recoverpasswordform_logo {
|
#recoverpasswordform_logo {
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
|
max-width: calc(90vw - 2em);
|
||||||
}
|
}
|
||||||
|
|
||||||
.recoverpasswordform dt {
|
.recoverpasswordform dt {
|
||||||
|
|
Loading…
Reference in a new issue