Reintroduce control separation

This commit is contained in:
Eric Lippmann 2016-11-29 15:23:42 +01:00
parent f6e0f503b3
commit 0c2e8abc0e
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?php use Icinga\Data\Filter\Filter; ?> <?php use Icinga\Data\Filter\Filter; ?>
<div class="controls"> <div class="controls controls-separated">
<?php if (! $this->compact): ?> <?php if (! $this->compact): ?>
<?= $this->tabs ?> <?= $this->tabs ?>
<?php endif ?> <?php endif ?>

View File

@ -1,4 +1,4 @@
<div class="controls"> <div class="controls controls-separated">
<?php if (! $this->compact): ?> <?php if (! $this->compact): ?>
<?= $this->tabs ?> <?= $this->tabs ?>
<?php endif ?> <?php endif ?>

View File

@ -112,6 +112,7 @@ html {
} }
} }
.controls-separated,
.container .controls.separated { .container .controls.separated {
box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.2); box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.2);
// border-bottom: 1px solid @gray-lightest; // border-bottom: 1px solid @gray-lightest;