mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Make the login page more mobile friendly.
SVN:trunk[4041]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user