Skip to content

Commit 0bc04b0

Browse files
committed
Add spinner
1 parent 3308f38 commit 0bc04b0

11 files changed

+88
-156
lines changed

.idea/workspace.xml

+59-150
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/main.css

+21
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,24 @@ tr:last-child td:last-child { border-bottom-right-radius: 10px; }
107107
stroke-width: 1;
108108
}
109109

110+
/* ------------- Spinner ------------ */
111+
#loading {
112+
width: 100%;
113+
height: 100%;
114+
top: 0;
115+
left: 0;
116+
position: fixed;
117+
display: block;
118+
/*opacity: 0.7;*/
119+
background-color: #fff;
120+
z-index: 99;
121+
text-align: center;
122+
}
123+
124+
#loading-image {
125+
transition: all 0.8s;
126+
position: absolute;
127+
top: 100px;
128+
left: 560px;
129+
z-index: 100;
130+
}

images/spinnerEvent.gif

2.46 MB
Loading
Loading

images/spinnerResource.gif

2.83 MB
Loading

0 commit comments

Comments
 (0)