mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-29 03:39:13 -04:00
27 lines
No EOL
416 B
CSS
27 lines
No EOL
416 B
CSS
#editorloadingbox {
|
|
padding-top: 100px;
|
|
padding-bottom: 100px;
|
|
font-size: 2.5em;
|
|
color: #aaa;
|
|
text-align: center;
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 30px;
|
|
z-index: 100;
|
|
}
|
|
|
|
#editorloadingbox .passForm{
|
|
padding:10px;
|
|
}
|
|
|
|
#editorloadingbox input{
|
|
padding:10px;
|
|
}
|
|
|
|
#editorloadingbox button{
|
|
padding:10px;
|
|
}
|
|
|
|
#passwordRequired, #permissionDenied, #wrongPassword, #noCookie {
|
|
display:none;
|
|
} |