This commit is contained in:
Laurent Destailleur 2018-10-13 14:22:26 +02:00
parent 1ca3a41f4f
commit 8779d3043f
2 changed files with 4 additions and 6 deletions

View File

@ -2038,9 +2038,6 @@ 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

@ -1238,6 +1238,9 @@ div.backgroundsemitransparent {
}
/* Login */
div.login_block {
/* position: initial !important;*/
display: none;
@ -1252,9 +1255,7 @@ div.login_block {
color: #333 !important;
font-weight: normal !important;
}
.divpasswordmessagedesc {
text-align: justify;
}