mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -04:00
css: Apply font formatting to the text, not the high-level div
This makes it possible for plugins to add new items without them rendering centered, at a ridiculous size, or at an awkward location.
This commit is contained in:
parent
27dab35827
commit
92b295193f
2 changed files with 18 additions and 8 deletions
|
@ -1,13 +1,13 @@
|
|||
#editorloadingbox {
|
||||
width: 100%;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.editorloadingbox-message {
|
||||
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 input{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue