1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

New: Hidden field with series title for use with Xtender (Chrome Plugin)

This commit is contained in:
Mark McDowall 2014-11-22 11:32:08 -08:00
parent e2450e2106
commit b3136b359a
2 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<div class="modal-content">
<div class="episode-detail-modal">
<div class="modal-header">
<span class="hidden-series-title x-series-title">{{series.title}}</span>
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h3>

View File

@ -282,6 +282,10 @@
.episode-activity-details-cell .popover {
max-width: 800px;
}
.hidden-series-title {
display : none;
}
}
.season-grid {