mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
Beautify infinite scroll
This commit is contained in:
parent
8073c62de3
commit
2b46bc40a1
3 changed files with 41 additions and 15 deletions
|
@ -142,11 +142,13 @@ td, th {
|
|||
width:100%;
|
||||
}
|
||||
|
||||
.messages td>* {
|
||||
.messages {
|
||||
height: 5em;
|
||||
}
|
||||
.messages * {
|
||||
display: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.messages .fetching {
|
||||
display: block;
|
||||
}
|
||||
|
@ -162,7 +164,7 @@ td, th {
|
|||
|
||||
#search-progress.progress {
|
||||
padding-top: 20%;
|
||||
background: rgba(255,255,255,0.7);
|
||||
background: rgba(255,255,255,0.3);
|
||||
}
|
||||
|
||||
.progress * {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue