You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 lines
324 B

#editorloadingbox {
width: 100%;
z-index: 100;
position: absolute;
}
.editorloadingbox-message {
padding-top: 100px;
font-size: 2.5em;
color: #aaa;
text-align: center;
}
#editorloadingbox input{
padding:10px;
}
#editorloadingbox button{
padding:10px;
}
#permissionDenied, #noCookie {
display:none;
}