EpisodeAiredAfter added to AddSeries UI

New: Ability to skip episodes that aired before a certain date, per
series.
This commit is contained in:
Mark McDowall
2012-09-18 23:06:09 -07:00
parent 713c4225c0
commit 6c78187601
10 changed files with 51 additions and 13 deletions
@@ -19,6 +19,11 @@
left: 415px;
position: relative;
}
.aired-after-master {
left: 430px;
position: relative;
}
.seriesPathValue
{
@@ -45,6 +50,10 @@
cursor: pointer;
text-decoration: underline;
}
input[type=date].aired-after {
margin-left: 10px;
}
</style>
}