Ploneconf : hide eID login box and title

This commit is contained in:
Daniel Muyshond 2020-10-09 17:14:18 +02:00
parent 01c616a695
commit a80d93531d
1 changed files with 16 additions and 0 deletions

View File

@ -61,3 +61,19 @@ h1#logo {
text-align: center;
}
/* hide common e-guichet login eid box and title */
div#Carte_eID {
display: none;
}
div#Mot_de_passe {
float: none;
margin-left: auto;
margin-right: auto;
}
div#login-page > p:first-of-type {
visibility: hidden;
}