[Frontend] Styling Export button

fixes #973
- In progress:
- Added new download symbol to symbols font;
- Added export symbol to export button;
- Layout/markup/SASS for historical tabular
view modified;
This commit is contained in:
Charles Hacskaylo
2016-05-31 09:50:12 -07:00
parent d15d27af73
commit 661b3d5889
9 changed files with 2722 additions and 1877 deletions

View File

@@ -3,6 +3,7 @@
headers="headers"
rows="rows"
enableFilter="true"
enableSort="true">
enableSort="true"
class="t-tabular t-historical">
</mct-table>
</div>

View File

@@ -1,10 +1,8 @@
<div class="l-local-controls">
<a class="t-btn l-btn s-btn"
ng-click="exportAsCSV()"
title="Export This View's Data">
Export
</a>
</div>
<a class="t-btn l-btn s-btn t-export"
ng-click="exportAsCSV()"
title="Export This View's Data">
Export
</a>
<div class="l-view-section scrolling" style="overflow: auto;">
<table class="sizing-table">
<tbody>