system: the correct height is 50, same after login

Correctly positions the logo vertically now.
This commit is contained in:
Franco Fichtner 2018-04-29 12:48:58 +00:00
parent c620fde139
commit 130c2a8bb6

View File

@ -473,7 +473,7 @@ function display_login_form($Login_Error)
?>
<main class="login-modal-container">
<header class="login-modal-head" style="height:55px;">
<header class="login-modal-head" style="height:50px;">
<div class="navbar-brand">
<img src="/ui/themes/<?=$themename;?>/build/images/default-logo.<?=file_exists("/usr/local/opnsense/www/themes/{$themename}/build/images/default-logo.svg") ? "svg" : "png";?>" height="30" alt="logo" />
</div>