Merge pull request #2325 from nextcloud/fix-slogan-styling

Fix styling of slogan on login page for longer text
This commit is contained in:
Lukas Reschke 2016-11-25 11:58:53 +01:00 committed by GitHub
commit e502a2df48
1 changed files with 0 additions and 5 deletions

View File

@ -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;