[Plot] Icons for plot controls

Add icons for plot pan/zoom controls, to step
back through or undo pan/zoom states. WTD-533.
This commit is contained in:
Victor Woeltjen 2014-12-01 13:04:24 -08:00
parent 3909ddcd14
commit f3b83e0db7

View File

@ -73,7 +73,7 @@
ng-click="plot.stepBackPanZoom()"
ng-show="plot.isZoomed()"
title="Restore previous pan/zoom">
<span class="ui-symbol icon">B</span>
<span class="ui-symbol icon">&lt;</span>
</a>
<a href=""
@ -81,7 +81,7 @@
ng-click="plot.unzoom()"
ng-show="plot.isZoomed()"
title="Reset pan/zoom">
<span class="ui-symbol icon">R</span>
<span class="ui-symbol icon">I</span>
</a>
</div>