mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-26 23:43:46 +00:00
moved spinner.
This commit is contained in:
11
css/app.css
11
css/app.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user