moved spinner.

This commit is contained in:
Saman Bemel-Benrud
2013-03-07 14:10:15 -05:00
parent 25f7cd310d
commit 2707daec8b

View File

@@ -26,19 +26,18 @@ body {
.spinner {
opacity: .5;
z-index: 10;
position: relative;
}
.spinner img {
position: fixed;
padding: 5px;
height: 40px;
width: 40px;
left: 0;
right: 0;
bottom: 0;
top: 0;
right: 10px;
top: 10px;
margin: auto;
border-radius: 5px;
border-radius: 4px;
background: black;
pointer-events:none;
}