first commit: running at working
This commit is contained in:
15
enteletaor_lib/resources/web/static/css/wait.css
Normal file
15
enteletaor_lib/resources/web/static/css/wait.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.popup{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.no-js #loader { display: none; }
|
||||
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
|
||||
.se-pre-con {
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 9999;
|
||||
background: url(../img/loading.gif) center no-repeat #fff;
|
||||
}
|
||||
Reference in New Issue
Block a user