Change info URL icon

This commit is contained in:
Jennifer Mourek 2018-06-26 16:11:29 +02:00
parent bf6aef68b7
commit 5391dff635
2 changed files with 3 additions and 3 deletions

View file

@ -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'
)
));
}

View file

@ -466,7 +466,7 @@ div.bp .badges {
color: @text-color;
}
> .node-help {
> .node-info {
margin-right: 0.3em;
float: right;
}