[Frontend] Markup, CSS changes

#442
Removed white space from markup;
Moved getGlyphClass up to status-block-holder
element out of status-block;
CSS mods to selectors and style defs
in _messages.scss;
This commit is contained in:
Charles Hacskaylo
2016-02-26 16:48:23 -08:00
parent a73f1ebbbd
commit 5a9bcfa938
6 changed files with 58 additions and 58 deletions

View File

@@ -23,7 +23,6 @@
<div class='status block'
title="{{ngModel.getDescription()}}"
ng-click='ngModel.configure()'
ng-class='ngModel.getGlyphClass()'
ng-show="ngModel.getText().length > 0">
<span class="ui-symbol status-indicator">
{{ngModel.getGlyph()}}
@@ -32,6 +31,5 @@
{{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>
</div>