Add loading animation to recent changes feed.

This is quite a quick spinner, not sure it really fits with the themeing,
but worth experimenting with anyway.
This commit is contained in:
Tom Price
2015-05-26 01:09:19 +01:00
parent 314111d6bd
commit 8714d4d24c
3 changed files with 73 additions and 2 deletions

View File

@@ -48,7 +48,12 @@
<h4 class="panel-title">Recent Changes</h4>
</div>
<div id="activity" class="list-group">&nbsp;</div>
<div id="activity" class="list-group">
<div class="list-group-item loading-animation">
<div class="circle"></div>
<div class="circle1"></div>
</div>
</div>
</div>