Merge remote-tracking branch 'upstream/develop' into develop

This commit is contained in:
Alexandre SPANGARO 2019-05-25 04:50:40 +02:00
commit 95e3e21f18
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;