diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index bb43aa0af55..0f9a6f5f7b4 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -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; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index b347d305dd9..beae8039618 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -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; }