monitoring/actions: adjust action link styling

This commit is contained in:
Thomas Gelf 2016-01-12 12:28:12 +01:00
parent 9f035dd61a
commit e0bec8644f
3 changed files with 9 additions and 2 deletions

View File

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

View File

@ -444,7 +444,7 @@ form.instance-features span.description, form.object-features span.description {
}
}
.go-ahead > a {
.go-ahead a {
border-bottom: 1px @gray-light dotted;
&:hover {

View File

@ -33,6 +33,13 @@
}
}
.content .nav {
li > a,
li > span {
display: inline;
}
}
.tab-nav {
.clearfix();