Make image history spinner be in a nicer place

This commit is contained in:
Joseph Schorr 2013-10-14 19:17:36 -04:00
parent ad200d680f
commit 2735c58560

View file

@ -56,11 +56,7 @@
<div class="repo-content" ng-show="currentTag.image">
<!-- Image History -->
<div id="image-history">
<div ng-hide="imageHistory">
<i class="icon-spinner icon-spin icon-3x"></i>
</div>
<div id="image-history">
<div class="row">
<!-- Tree View container -->
<div class="col-md-8">
@ -81,6 +77,11 @@
</div>
<!-- Image history loading -->
<div ng-hide="imageHistory" style="padding: 10px; text-align: center;">
<i class="icon-spinner icon-spin icon-3x"></i>
</div>
<!-- Tree View itself -->
<div id="image-history-container"></div>
</div>