Fix login

This commit is contained in:
Laurent Destailleur 2018-10-13 14:16:42 +02:00
parent 1e58b837f0
commit 1ca3a41f4f
2 changed files with 11 additions and 0 deletions

View File

@ -2038,6 +2038,9 @@ div.login_block_other { padding-top: 3px; text-align: right; }
.alogin:hover, .atoplogin:hover {
text-decoration:underline !important;
}
.divpasswordmessagedesc {
text-align: justify;
}
span.fa.atoplogin, span.fa.atoplogin:hover {
font-size: 16px;
text-decoration: none !important;

View File

@ -1236,6 +1236,8 @@ div.backgroundsemitransparent {
padding-left: 10px;
padding-right: 10px;
}
div.login_block {
/* position: initial !important;*/
display: none;
@ -1250,6 +1252,12 @@ div.login_block {
color: #333 !important;
font-weight: normal !important;
}
.divpasswordmessagedesc {
text-align: justify;
}
#id-right {
padding-left: 0 ! important;
}