diff --git a/application/webpage.class.inc.php b/application/webpage.class.inc.php index 56ee4c6c2..cd85fe705 100644 --- a/application/webpage.class.inc.php +++ b/application/webpage.class.inc.php @@ -483,6 +483,7 @@ class WebPage implements Page echo "\n"; echo "\n"; echo "\n"; + echo ""; echo "".htmlentities($this->s_title, ENT_QUOTES, 'UTF-8')."\n"; echo $this->get_base_tag(); foreach($this->a_linked_scripts as $s_script) diff --git a/css/login.css b/css/login.css index 5c0212701..1adbec8f7 100644 --- a/css/login.css +++ b/css/login.css @@ -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; }