Initial config CSS animation

Uses CSS animation instead of GIF; GIF animation stops when browser
navigation begins, CSS continues.
This commit is contained in:
Gary Sharp
2015-05-26 21:01:46 +07:00
parent b070283270
commit ad5aea6df2
10 changed files with 96 additions and 77 deletions
@@ -3,7 +3,10 @@
}
<h1>@CommonHelpers.Breadcrumbs("Initial Configuration > Starting Disco")</h1>
<div id="dialog" title="Please Wait" style="padding-top: 30px;">
<h2><span class="ajaxLoading" style="margin-right: 15px;"></span>Starting Disco</h2>
<h2>
<i class="fa fa-lg fa-cog fa-spin"></i>
Starting Disco
</h2>
<div style="padding-left: 31px;">Please wait while the Disco environment is initialized</div>
</div>
<script>