mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 01:01:34 +02:00
Series episode count legend added
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
</div>
|
||||
<div class=span9>
|
||||
<div id="x-calendar" class="calendar"/>
|
||||
<div class="legend">
|
||||
<div class="legend calendar">
|
||||
<ul class='legend-labels'>
|
||||
<li><span class="primary" title="Episode hasn't aired yet"></span>Unaired</li>
|
||||
<li><span class="warning" title="Episode is currently airing"></span>On Air</li>
|
||||
<li><span class="danger" title="Epsiode file has not been found"></span>Missing</li>
|
||||
<li><span class="danger" title="Episode file has not been found"></span>Missing</li>
|
||||
<li><span class="success" title="Episode was downloaded and sorted"></span>Downloaded</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -111,37 +111,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.legend {
|
||||
margin: 5px;
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
margin-bottom: 5px;
|
||||
padding: 0;
|
||||
float: left;
|
||||
list-style: none;
|
||||
|
||||
li {
|
||||
font-size: 80%;
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
line-height: 18px;
|
||||
margin-bottom: 2px;
|
||||
|
||||
span {
|
||||
display: block;
|
||||
float: left;
|
||||
height: 16px;
|
||||
width: 30px;
|
||||
margin-right: 5px;
|
||||
margin-left: 0;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.calendar, .legend {
|
||||
.calendar, {
|
||||
.primary {
|
||||
border-color : @btnPrimaryBackground;
|
||||
background-color : @btnPrimaryBackground;
|
||||
|
Reference in New Issue
Block a user