Processing panel view

Now you can view your failed and in-process media items!
This commit is contained in:
Christopher Allan Webber
2011-08-14 07:56:10 -05:00
parent 6ee9c71902
commit 01c75c7eba
4 changed files with 135 additions and 2 deletions

View File

@@ -291,3 +291,15 @@ ul.mediaentry_tags li {
margin: 0px 5px 0px 0px;
padding: 0px;
}
/* media processing panel */
table.media_panel {
width: 100%;
}
table.media_panel th {
font-weight: bold;
padding-bottom: 4px;
}