summaryrefslogtreecommitdiff
path: root/templates/footer_inc.tpl
diff options
context:
space:
mode:
authorNick Palmer <nick@sluggardy.net>2007-07-04 06:52:08 +0000
committerNick Palmer <nick@sluggardy.net>2007-07-04 06:52:08 +0000
commitfd754c54ca1afc81f0b08940575cca223da064e0 (patch)
tree72602a538f9a402047c081674395490b33813652 /templates/footer_inc.tpl
parent2acc8294b449b900a2b74e74d7b6079903eb616c (diff)
downloadthemes-fd754c54ca1afc81f0b08940575cca223da064e0.tar.gz
themes-fd754c54ca1afc81f0b08940575cca223da064e0.tar.bz2
themes-fd754c54ca1afc81f0b08940575cca223da064e0.zip
Make sure spinner is shown in front of page tabs.
Diffstat (limited to 'templates/footer_inc.tpl')
-rw-r--r--templates/footer_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/footer_inc.tpl b/templates/footer_inc.tpl
index d07dceb..9951248 100644
--- a/templates/footer_inc.tpl
+++ b/templates/footer_inc.tpl
@@ -2,5 +2,5 @@
{if $loadDebug}
<div id="jsdebug" style="padding:1em; margin:1em; border:0.5em solid #900; background:#fff; color:#000;">Prototype Debugger:<br /></div>
{/if}
- <div id="spinner" style="position:absolute; top:50%; left:50%; margin-left:-125px; margin-top:-35px; width:250px; line-height:50px; padding:25px 0; border:3px solid #ccc; background:#fff; font-weight:bold; color:#900; text-align:center; display:none;">{biticon ipackage=liberty iname=busy iexplain=Loading style="vertical-align:middle;"}&nbsp;&nbsp;&nbsp;&nbsp;{tr}Loading{/tr}&hellip;</div>
+ <div id="spinner" style="z-index:1500; position:absolute; top:50%; left:50%; margin-left:-125px; margin-top:-35px; width:250px; line-height:50px; padding:25px 0; border:3px solid #ccc; background:#fff; font-weight:bold; color:#900; text-align:center; display:none;">{biticon ipackage=liberty iname=busy iexplain=Loading style="vertical-align:middle;"}&nbsp;&nbsp;&nbsp;&nbsp;{tr}Loading{/tr}&hellip;</div>
{/if}