fix ajax loading indicator positioning
This commit is contained in:
parent
846768efcb
commit
c2ddabe683
|
@ -149,7 +149,7 @@
|
||||||
</footer>
|
</footer>
|
||||||
</div> <!-- /container -->
|
</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 style="margin: 20% auto">
|
||||||
<div><span class="glyphicon glyphicon-time"></span></div>
|
<div><span class="glyphicon glyphicon-time"></span></div>
|
||||||
<div>Loading...</div>
|
<div>Loading...</div>
|
||||||
|
|
Loading…
Reference in New Issue