Skip to content

Commit

Permalink
monitoring: Fix service grid style
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 13, 2015
1 parent ebbcebe commit 30c769f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
Expand Up @@ -3,11 +3,9 @@ use Icinga\Module\Monitoring\Object\Service;
use Icinga\Web\Url;

if (! $this->compact): ?>
<div class="controls separated">
<div class="controls">
<?= $this->tabs ?>
<div class="grid">
<?= $this->sortBox ?>
</div>
<?= $this->sortBox ?>
<?= $this->filterEditor ?>
</div>
<?php endif ?>
Expand Down
10 changes: 7 additions & 3 deletions modules/monitoring/public/css/service-grid.less
@@ -1,6 +1,6 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */

table.service-grid-table {
.service-grid-table {
width: 0;
white-space: nowrap;

Expand All @@ -25,7 +25,7 @@ table.service-grid-table {
}
}

th.rotate-45 {
.rotate-45 {
height: 6em;

div {
Expand All @@ -34,10 +34,14 @@ table.service-grid-table {
}
}

td.service-grid-table-more {
.service-grid-table-more {
text-align: center;
a {
display: inline;
}
}
}

.joystick-pagination a {
color: @text-color;
}

0 comments on commit 30c769f

Please sign in to comment.