list/services: remove hardcoded margin

This commit is contained in:
Thomas Gelf 2014-06-20 19:12:46 +02:00
parent 127b728a4c
commit 6d7a1cfe08
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ $helper = $this->getHelper('MonitoringState');
if (!$this->compact): ?>
<div class="controls">
<?= $this->tabs ?>
<div style="margin: 1em;" class="dontprint">
<div class="dontprint">
<?= $this->translate('Sort by') ?> <?= $this->sortControl ?>
<?php if (! $this->filterEditor): ?>
<?= $this->filterPreview ?>