mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
Reintroduce control separation
This commit is contained in:
parent
f6e0f503b3
commit
0c2e8abc0e
@ -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 ?>
|
||||||
|
@ -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 ?>
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user