monitoring/actions: adjust action link styling
This commit is contained in:
parent
9f035dd61a
commit
e0bec8644f
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -33,6 +33,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
.content .nav {
|
||||
li > a,
|
||||
li > span {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
.tab-nav {
|
||||
.clearfix();
|
||||
|
||||
|
|
Loading…
Reference in New Issue