mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
/admin/plugins: Show some text if nothing is display otherwise
This commit is contained in:
parent
638cea5fd6
commit
7edfff7574
3 changed files with 39 additions and 7 deletions
|
@ -141,6 +141,15 @@ td, th {
|
|||
display: inline-block; /*make this fill the whole cell*/
|
||||
}
|
||||
|
||||
.messages * {
|
||||
text-align: center;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.messages .fetching {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.progress {
|
||||
position: absolute;
|
||||
top: 0; left: 0; bottom:0; right:0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue