monitoring: Fix service grid style

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-13 14:50:58 +01:00
parent ebbcebe734
commit 30c769f267
2 changed files with 9 additions and 7 deletions

View File

@ -3,11 +3,9 @@ use Icinga\Module\Monitoring\Object\Service;
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"> <?= $this->sortBox ?>
<?= $this->sortBox ?>
</div>
<?= $this->filterEditor ?> <?= $this->filterEditor ?>
</div> </div>
<?php endif ?> <?php endif ?>

View File

@ -1,6 +1,6 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ /*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
table.service-grid-table { .service-grid-table {
width: 0; width: 0;
white-space: nowrap; white-space: nowrap;
@ -25,7 +25,7 @@ table.service-grid-table {
} }
} }
th.rotate-45 { .rotate-45 {
height: 6em; height: 6em;
div { div {
@ -34,10 +34,14 @@ table.service-grid-table {
} }
} }
td.service-grid-table-more { .service-grid-table-more {
text-align: center; text-align: center;
a { a {
display: inline; display: inline;
} }
} }
} }
.joystick-pagination a {
color: @text-color;
}