Downtimes could look better, HTML still missing

This commit is contained in:
Thomas Gelf 2014-03-09 22:59:49 +01:00
parent 6466c768be
commit 62ff31d4ee
2 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,7 @@ $helper = $this->getHelper('CommandForm');
<?= $this->paginationControl($downtimes, null, null, array('preserve' => $this->preserve)); ?> <?= $this->paginationControl($downtimes, null, null, array('preserve' => $this->preserve)); ?>
</div> </div>
<div class="content"> <div class="content downtimes">
<table class="action"> <table class="action">
<tbody> <tbody>
<?php foreach ($this->downtimes as $downtime): ?> <?php foreach ($this->downtimes as $downtime): ?>

View File

@ -1,8 +1,9 @@
table.action.comments td p { table.action.comments td p, table.action.downtimes td p {
margin: 0; margin: 0;
font-size: 0.8em; font-size: 0.8em;
} }
table.action.comments td a { table.action.comments td a, table.action.downtimes td a {
font-weight: bold; font-weight: bold;
} }