mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-14 08:23:20 -05:00
Change info URL icon
This commit is contained in:
parent
bf6aef68b7
commit
5391dff635
2 changed files with 3 additions and 3 deletions
|
|
@ -226,12 +226,12 @@ class NodeTile extends BaseElement
|
|||
|
||||
if ($url !== null) {
|
||||
$this->actions()->add(Link::create(
|
||||
Icon::create('help'),
|
||||
Icon::create('info-circled'),
|
||||
$url,
|
||||
null,
|
||||
array(
|
||||
'title' => sprintf('%s: %s', $this->translate('More information'), $url),
|
||||
'class' => 'node-help'
|
||||
'class' => 'node-info'
|
||||
)
|
||||
));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -466,7 +466,7 @@ div.bp .badges {
|
|||
color: @text-color;
|
||||
}
|
||||
|
||||
> .node-help {
|
||||
> .node-info {
|
||||
margin-right: 0.3em;
|
||||
float: right;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue