Status and Sorting added to Series Editor

This commit is contained in:
Mark McDowall 2012-09-22 22:21:20 -07:00
commit 61d03a69b7
4 changed files with 79 additions and 14 deletions

View file

@ -68,10 +68,7 @@
opacity: 0.7;
}
.episodeMissing
{
.episodeMissing, table.dataTable tr.series-ended {
background-color: #f5d6d6;
}

View file

@ -18,7 +18,7 @@ table input[type="text"], table input[type="date"], table select {
}
td .path {
width: 300px;
width: 290px;
}
td .backlogSetting {