Replace icinga header logos with pixel optimized SVGs
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
|
@ -31,7 +31,7 @@ if ( isset($pdf) )
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<?= $this->img('img/logo_icinga_big_dark.png', null, array('align' => 'right', 'width' => '75')) ?>
|
<?= $this->img('img/icinga-logo-big-dark.png', null, array('align' => 'right', 'width' => '75')) ?>
|
||||||
<!--<div id="page-header">
|
<!--<div id="page-header">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -2,13 +2,7 @@
|
||||||
<?= $tabs ?>
|
<?= $tabs ?>
|
||||||
</div>
|
</div>
|
||||||
<div id="about" class="content content-centered">
|
<div id="about" class="content content-centered">
|
||||||
<?= $this->img(
|
<?= $this->img('img/icinga-logo-big-dark.png', null, array('width' => 320)) ?>
|
||||||
'img/logo_icinga_big_dark.png',
|
|
||||||
null,
|
|
||||||
array(
|
|
||||||
'width' => 320
|
|
||||||
)
|
|
||||||
) ?>
|
|
||||||
<dl class="name-value-list">
|
<dl class="name-value-list">
|
||||||
<?php if (isset($version['appVersion'])): ?>
|
<?php if (isset($version['appVersion'])): ?>
|
||||||
<dt><?= $this->translate('Version') ?></dt>
|
<dt><?= $this->translate('Version') ?></dt>
|
||||||
|
|
|
@ -27,7 +27,7 @@ if ($notifications->hasMessages()) {
|
||||||
?></ul>
|
?></ul>
|
||||||
<div id="setup" data-base-target="layout">
|
<div id="setup" data-base-target="layout">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<?= $this->img('img/logo_icinga_big.png'); ?>
|
<?= $this->img('img/icinga-logo-big.png'); ?>
|
||||||
<div class="progress-bar">
|
<div class="progress-bar">
|
||||||
<div class="step" style="width: 10%;">
|
<div class="step" style="width: 10%;">
|
||||||
<h1><?= $this->translate('Welcome', 'setup.progress'); ?></h1>
|
<h1><?= $this->translate('Welcome', 'setup.progress'); ?></h1>
|
||||||
|
|
|
@ -45,7 +45,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#header-logo {
|
#header-logo {
|
||||||
background-image: url('../img/logo_icinga-inv.png');
|
background-image: url('../img/icinga-logo.png');
|
||||||
|
background-image: url('../img/icinga-logo.svg');
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
|
@ -54,8 +55,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#icinga-logo {
|
#icinga-logo {
|
||||||
background-image: url('../img/logo_icinga_big.png');
|
background-image: url('../img/icinga-logo-big.png');
|
||||||
background-position: center;
|
background-image: url('../img/icinga-logo-big.svg');
|
||||||
|
background-position: center bottom;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: contain; // Does not work in IE < 10
|
background-size: contain; // Does not work in IE < 10
|
||||||
height: 177px;
|
height: 177px;
|
||||||
|
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 6.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 7.2 KiB |