[Frontend] Markup and CSS for link icon indicators

WTD-1423
Added small icon to upper right;
IN PROGRESS;
This commit is contained in:
Charles Hacskaylo
2015-06-30 18:13:17 -07:00
parent d5d7ac90ac
commit e0727e8485
6 changed files with 32 additions and 31 deletions

View File

@@ -29,15 +29,15 @@
<div class='right abs'>
<div class='ui-symbol icon alert hidden' onclick="alert('Not yet functional. When this is visible, it means that this object needs to be updated. Clicking will allow that action via a dialog.');">!</div>
<div class='ui-symbol icon profile' title="Shared">P</div>
<!-- this will be toggled by a ng-show -->
<span class='ui-symbol icon l-link-icon' title="This object is a link">&#xf4;</span>
</div>
</div>
<div class='item-main abs'>
<div class='ui-symbol icon lg item-type'>
{{type.getGlyph()}}
<!-- this will be toggled by a ng-show -->
<span class='ui-symbol icon l-link-icon'>
&#xf4;
</span>
<span class='ui-symbol icon l-link-icon' title="This object is a link">&#xf4;</span>
</div>
<div class='ui-symbol icon abs item-open'>}</div>
</div>