jellyfin-web/dashboard-ui/livetvseriestimer.html
2016-11-22 14:45:55 -05:00

28 lines
762 B
HTML

<div id="liveTvSeriesTimerPage" data-role="page" class="page libraryPage liveTvPage noSecondaryNavPage" data-title="${HeaderLiveTv}" data-backbutton="true">
<style>
@media all and (min-width: 800px) {
.seriesTimerSchedule .backdropCard {
width: 33.333333333333333333333333333333%;
}
}
</style>
<div data-role="content">
<div style="margin:auto; max-width: 700px;">
<div>
<h1 class="itemName"></h1>
</div>
<div class="recordingEditor">
</div>
<h1 style="margin-top:0;">${HeaderSchedule}</h1>
<div class="scheduleTab seriesTimerSchedule">
</div>
</div>
</div>
</div>