[Frontend] Generalized markup and CSS for control-bar

Fixes #1166
New markup and CSS
MIgrated existing tabular views to use
new styles
This commit is contained in:
Charles Hacskaylo
2016-09-01 19:37:36 -07:00
parent e35666bcc6
commit 55603b927f
5 changed files with 49 additions and 43 deletions

View File

@@ -1,8 +1,10 @@
<a class="s-button t-export icon-download labeled"
ng-click="exportAsCSV()"
title="Export This View's Data">
Export
</a>
<div class="l-control-bar">
<a class="s-button t-export icon-download labeled"
ng-click="exportAsCSV()"
title="Export This View's Data">
Export
</a>
</div>
<div class="l-view-section scrolling" style="overflow: auto;" mct-resize="resize()">
<table class="sizing-table">
<tbody>