[Frontend] Fixes to export buttons

Fixes #1235
Sass and markup mods; changes to
.l-btn-set and related classes
This commit is contained in:
Charles Hacskaylo
2016-10-14 16:53:00 -07:00
parent 3b06e32b40
commit b8cb41b1da
2 changed files with 19 additions and 15 deletions

View File

@@ -23,12 +23,12 @@
class="abs holder holder-plot has-control-bar">
<div class="l-control-bar" ng-show="!plot.hideExportButtons">
<span class="l-btn-set">
<a class="s-button t-export labeled"
<a class="s-button t-export labeled icon-download"
ng-click="plot.exportPNG()"
title="Export This View's Data as PNG">
PNG
</a>
<a class="s-button t-export labeled last"
<a class="s-button t-export labeled"
ng-click="plot.exportJPG()"
title="Export This View's Data as JPG">
JPG