mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
remember the styling for the pasword prompt
This commit is contained in:
parent
fddca354b3
commit
f880473360
1 changed files with 13 additions and 0 deletions
|
@ -190,6 +190,19 @@ a img {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#editorloadingbox passForm{
|
||||||
|
padding:10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#editorloadingbox input{
|
||||||
|
padding:10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#editorloadingbox button{
|
||||||
|
padding:10px;
|
||||||
|
}
|
||||||
|
|
||||||
#editorcontainerbox {
|
#editorcontainerbox {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue