Remove border from controls in the shared navigation overview

This commit is contained in:
Eric Lippmann 2015-11-16 10:23:08 +01:00
parent 61930a4b1b
commit 3a091f97ca

View File

@ -3,7 +3,7 @@
use Icinga\Web\Url; use Icinga\Web\Url;
if (! $this->compact): ?> if (! $this->compact): ?>
<div class="controls separated"> <div class="controls">
<?= $this->tabs; ?> <?= $this->tabs; ?>
<div class="grid"> <div class="grid">
<?= $this->sortBox ?> <?= $this->sortBox ?>