[Frontend] Mods to .status.block

open #442
Added clickable class; tweaks to indicator.html
to introduce s-btn element look;
This commit is contained in:
Charles Hacskaylo
2016-02-18 18:03:43 -08:00
parent a2f8f4334f
commit b0b2db24e0
4 changed files with 231 additions and 207 deletions

View File

@@ -30,11 +30,8 @@
</span><span class="label"
ng-class='ngModel.getTextClass()'>
{{ngModel.getText()}}
<a class="s-btn ui-symbol" ng-if="ngModel.configure">G</a>
</span><span class="count">
<!-- Add int count value here if this type of indicator has one or more messages associated with it -->
</span><a href=''
class="ui-symbol"
ng-if="ngModel.configure">
G
</a>
</span>
</div>