Merge pull request #3798 from nextcloud/fix-login

Fix login page, because only guest.css is loaded now
This commit is contained in:
Morris Jobke 2017-03-10 14:57:05 -06:00 committed by GitHub
commit a10476a3c6
1 changed files with 13 additions and 0 deletions

View File

@ -624,3 +624,16 @@ footer,
.push {
height: 70px;
}
.hidden {
display: none;
}
.hidden-visually {
position: absolute;
left:-10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}