controls: introduce new "separated" class

Controls defined as "separated" will be separated by space/border/shadow
or similar
This commit is contained in:
Thomas Gelf 2015-06-03 14:53:56 +02:00
parent 421cd1fdd8
commit d4a9f4fd98
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -2,7 +2,7 @@
use Icinga\Module\Monitoring\Object\Host;
if (! $this->compact): ?>
<div class="controls">
<div class="controls separated">
<?= $this->tabs; ?>
<div class="dontprint">
<?= $this->render('list/components/selectioninfo.phtml'); ?>

View File

@ -5,7 +5,7 @@ use Icinga\Module\Monitoring\Object\Service;
$selfUrl = 'monitoring/list/services';
if (! $this->compact): ?>
<div class="controls">
<div class="controls separated">
<?= $this->tabs; ?>
<div class="dontprint">
<?= $this->render('list/components/selectioninfo.phtml'); ?>

View File

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