/admin/plugins: Show some text if nothing is display otherwise

This commit is contained in:
Marcel Klehr 2013-03-26 16:23:47 +01:00
parent 638cea5fd6
commit 7edfff7574
3 changed files with 39 additions and 7 deletions

View file

@ -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;