chaudfontaine : hide eid box and center the one who stays visible

This commit is contained in:
Daniel Muyshond 2020-10-29 17:08:10 +01:00
parent fd9f714626
commit b4e83c45a3
1 changed files with 33 additions and 0 deletions

View File

@ -25,3 +25,36 @@ div#tracking-code h3 {
padding: 0;
color: #333333;
}
/* 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;
}
/* 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;
}