Merge pull request #6736 from nextcloud/Dennis1993-patch-1

Move login page more to the top
This commit is contained in:
Julius Härtl 2017-11-09 11:10:46 +01:00 committed by GitHub
commit 7dc9f6f40c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -60,9 +60,6 @@ h3 {
}
/* Global content */
#header {
padding-top: 100px;
}
#header .logo {
background-image: url('../img/logo.svg?v=1');
background-repeat: no-repeat;
@ -85,7 +82,10 @@ h3 {
width: 300px;
}
.v-align {
width: inherit;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
/* Default FORM */