Downtimes could look better, HTML still missing
This commit is contained in:
parent
6466c768be
commit
62ff31d4ee
|
@ -9,7 +9,7 @@ $helper = $this->getHelper('CommandForm');
|
|||
<?= $this->paginationControl($downtimes, null, null, array('preserve' => $this->preserve)); ?>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="content downtimes">
|
||||
<table class="action">
|
||||
<tbody>
|
||||
<?php foreach ($this->downtimes as $downtime): ?>
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
table.action.comments td p {
|
||||
table.action.comments td p, table.action.downtimes td p {
|
||||
margin: 0;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
table.action.comments td a {
|
||||
table.action.comments td a, table.action.downtimes td a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue