mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +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 {
|
||||
float: left;
|
||||
#loginform_logo {
|
||||
max-width: 30em;
|
||||
max-height: 20vh;
|
||||
}
|
||||
|
||||
div.loginform {
|
||||
|
@ -73,6 +74,7 @@ a.LSsession_recoverPassword {
|
|||
|
||||
#loginform_logo {
|
||||
margin: 1em;
|
||||
max-width: calc(90vw - 2em);
|
||||
}
|
||||
|
||||
div.loginform {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#recoverpasswordform-logo {
|
||||
float: left;
|
||||
#recoverpasswordform_logo {
|
||||
max-width: 30em;
|
||||
max-height: 20vh;
|
||||
}
|
||||
|
||||
div.recoverpasswordform {
|
||||
|
@ -75,6 +76,7 @@ dl.recoverpasswordform {
|
|||
|
||||
#recoverpasswordform_logo {
|
||||
margin: 1em;
|
||||
max-width: calc(90vw - 2em);
|
||||
}
|
||||
|
||||
.recoverpasswordform dt {
|
||||
|
|
Loading…
Reference in a new issue