openmct/platform/forms/res/templates/controls/button.html
Charles Hacskaylo db87147bbd [Frontend] Normalized buttons in toolbar
WTD-894
Fixed application of CSS styles in HTML templates to format buttons properly;
In-progress...
2015-02-25 09:54:44 -08:00

11 lines
305 B
HTML

<a class="t-btn l-btn s-btn s-icon-btn s-very-subtle xxx"
ng-class="{ labeled: structure.text }"
ng-click="structure.click()">
<span class="ui-symbol icon">
{{structure.glyph}}
</span>
<span class="title-label" ng-if="structure.text">
{{structure.text}}
</span>
</a>