This commit is contained in:
Laurent Destailleur 2019-05-24 23:11:05 +02:00
parent 826e3fabf1
commit 728e270307
2 changed files with 6 additions and 0 deletions

View File

@ -1823,6 +1823,9 @@ if (! empty($conf->global->MAIN_LOGIN_BACKGROUND)) {
.login_table .tdinputlogin input#securitycode {
font-size: 1em;
}
.login_main_home {
word-break: break-word;
}
.login_main_message {
text-align: center;
max-width: 570px;

View File

@ -2004,6 +2004,9 @@ form#login {
width: 14px;
}
.login_main_home {
word-break: break-word;
}
.login_main_message {
text-align: center;
max-width: 570px;