[Frontend] Fixes to CSS for Chrome Linux

open #445
Mods and simplifications to wait-spinner classes;
Simplification and cleanup in plot.html to use loading
class instead of hide/show DOM element;
This commit is contained in:
Charles Hacskaylo
2016-01-13 13:54:00 -08:00
parent 9cc03123b1
commit a7a707595c
5 changed files with 237 additions and 465 deletions

View File

@ -73,7 +73,8 @@
<div class="gl-plot-display-area"
ng-mouseenter="subplot.isHovering(true); representation.showControls = true;"
ng-mouseleave="subplot.isHovering(false)">
ng-mouseleave="subplot.isHovering(false)"
ng-class="{ loading: plot.isRequestPending() }">
<!-- Out-of-bounds data indicators -->
<!-- ng-show is temporarily hard-coded in next element -->
@ -143,9 +144,6 @@
</div>
</div>
<span class="t-wait-spinner loading" ng-show="plot.isRequestPending()">
</span>
</div>
<div ng-if="$last" class="gl-plot-axis-area gl-plot-x">