Make spinners have a lower z-index than the top nav bar

(imported from commit 9e32122efdfc5b5f75e527e3df0ac4363b45191d)
This commit is contained in:
Zev Benjamin 2013-01-24 17:28:49 -05:00
parent c1bd8d821f
commit 1099b01a19
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ exports.make_loading_indicator = function (container, text) {
width: 9,
radius: 9,
speed: 1.25,
shadow: false
shadow: false,
zIndex: 1000
}).spin(spinner_elem[0]);
container.data("spinner_obj", spinner);