fix ajax loading indicator positioning

This commit is contained in:
Joshua Tauberer 2014-09-21 17:41:46 +00:00
parent 846768efcb
commit c2ddabe683
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@
</footer>
</div> <!-- /container -->
<div id="ajax_loading_indicator" style="display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; background-color: rgba(255,255,255,.75)">
<div id="ajax_loading_indicator" style="display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; text-align: center; background-color: rgba(255,255,255,.75)">
<div style="margin: 20% auto">
<div><span class="glyphicon glyphicon-time"></span></div>
<div>Loading...</div>