monitoring: Do not show bullet points for actions and notes

refs #5600
This commit is contained in:
Johannes Meyer 2015-09-16 13:32:20 +02:00
parent dfc9c10589
commit ffb54e0ecb
3 changed files with 7 additions and 2 deletions

View File

@ -34,5 +34,5 @@ if ($navigation->isEmpty()) {
?>
<tr>
<th><?= $this->translate('Actions'); ?></th>
<?= $navigation->getRenderer()->setElementTag('td'); ?>
<?= $navigation->getRenderer()->setElementTag('td')->setCssClass('actions'); ?>
</tr>

View File

@ -38,5 +38,5 @@ if ($navigation->isEmpty()) {
?>
<tr>
<th><?= $this->translate('Notes'); ?></th>
<?= $navigation->getRenderer()->setElementTag('td'); ?>
<?= $navigation->getRenderer()->setElementTag('td')->setCssClass('notes'); ?>
</tr>

View File

@ -17,6 +17,11 @@ table.action td .pluginoutput {
margin: 0;
}
td.notes ul.nav,
td.actions ul.nav {
.non-list-like-list;
}
div.pluginoutput {
overflow: auto;
color: #888;