Make the login page more mobile friendly.

SVN:trunk[4041]
This commit is contained in:
Denis Flaven
2016-05-10 13:33:45 +00:00
parent 45ddc7f71b
commit 1621f2ba31
2 changed files with 10 additions and 0 deletions

View File

@@ -21,6 +21,15 @@ body {
border-bottom: 0;
text-align: center;
}
@media (max-height: 700px)
{
#login-logo {
margin-top: 0;
}
h1 {
margin-top: 0;
}
}
#login-logo img {
border: 0;
}