mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 06:03:08 +00:00
5a9bcfa938
#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;
9 lines
474 B
HTML
9 lines
474 B
HTML
<span class="status block ok" ng-controller="NotificationLaunchController">
|
|
<!-- DO NOT ADD SPACES BETWEEN THE SPANS - IT ADDS WHITE SPACE!! -->
|
|
<span class="ui-symbol status-indicator"></span><span class="label">
|
|
<a ng-click="newInfo()">Success</a> |
|
|
<a ng-click="newError()">Error</a> |
|
|
<a ng-click="newAlert()">Alert</a> |
|
|
<a ng-click="newProgress()">Progress</a>
|
|
</span><span class="count">Notifications</span>
|
|
</span> |