/admin/plugins: Dry up displaying of info messages

This commit is contained in:
Marcel Klehr 2013-03-26 21:04:21 +01:00
parent 76c879bb47
commit d01a209cbf
3 changed files with 37 additions and 17 deletions

View file

@ -141,9 +141,9 @@ td, th {
display: inline-block; /*make this fill the whole cell*/
}
.messages * {
text-align: center;
.messages td>* {
display: none;
text-align: center;
}
.messages .fetching {