Beautify infinite scroll

This commit is contained in:
Marcel Klehr 2013-09-12 16:37:37 +02:00
parent 8073c62de3
commit 2b46bc40a1
3 changed files with 41 additions and 15 deletions

View file

@ -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 * {