added a plugin to display information about entries in processing

Conflicts:
	mediagoblin/templates/mediagoblin/base.html -- resolved by using
	the original file and manually adding pieces from my commit
This commit is contained in:
Boris Bobrov
2016-02-01 00:28:32 +01:00
parent e3663c7be1
commit 728ee1df3c
5 changed files with 108 additions and 0 deletions

View File

@@ -171,6 +171,26 @@ header {
a.logo {
color: #fff;
font-weight: bold;
text-decoration: none;
}
.status_icon {
border-radius: 2px;
padding: 4px;
margin: 0px 4px;
}
.num_queued {
background: #56446F;
}
.num_failed {
background: #87453B;
}
.status_icon a {
display: inline-block;
color: #C3C3C3;
}
.logo img {