diff options
author | Julius Haertl <jus@bitgrid.net> | 2016-11-25 10:43:37 +0100 |
---|---|---|
committer | Julius Haertl <jus@bitgrid.net> | 2016-11-25 10:43:37 +0100 |
commit | 9a3423f25f20015bdc985eeface0acd0792d243e (patch) | |
tree | ce99319e7fa2dd273e61b4ba1a10b2ebd5d0bcfe | |
parent | 7d64d7ac8b0a199a709c748d0101d628b4564265 (diff) | |
download | nextcloud-server-9a3423f25f20015bdc985eeface0acd0792d243e.tar.gz nextcloud-server-9a3423f25f20015bdc985eeface0acd0792d243e.zip |
Fix styling of slogan on login page for longer text
Fixes #851
Signed-off-by: Julius Haertl <jus@bitgrid.net>
-rw-r--r-- | core/css/styles.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index f0c4c4f33ff..21583d6198c 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -272,7 +272,6 @@ body { text-align: center; } #body-login p.info { - width: 22em; margin: 0 auto; padding-top: 20px; -webkit-user-select: none; @@ -426,10 +425,6 @@ label.infield { opacity: .6; } -#body-login footer .info { - white-space: nowrap; -} - /* Show password toggle */ #show, #dbpassword { position: absolute; |