webui: New LibreNMS logo assets (#5629)

This commit is contained in:
Tony Murray
2017-01-27 12:02:49 -06:00
committed by Neil Lathwood
parent ac586954c7
commit afe887d85e
39 changed files with 109 additions and 22 deletions

View File

@@ -174,9 +174,7 @@ function twofactor_form($form = true)
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
<center>
<img src="images/librenms_logo_light.png">
</center>
<img src="images/librenms_logo_light.svg">
</h3>
</div>
<div class="panel-body">

View File

@@ -37,7 +37,7 @@ if (isset($config['site_style']) && ($config['site_style'] == 'dark' || $config[
<?php
if ($config['title_image']) {
echo('<a class="hidden-md hidden-sm navbar-brand" href=""><img src="' . $config['title_image'] . '" /></a>');
echo('<a class="hidden-md hidden-sm navbar-brand" href=""><img width="170px" src="' . $config['title_image'] . '" /></a>');
} else {
echo('<a class="hidden-md hidden-sm navbar-brand" href="">'.$config['project_name'].'</a>');
}