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

Removed season count from poster, table has coloured episode count now

This commit is contained in:
Mark McDowall 2013-07-26 18:48:28 -07:00
parent 24117047b8
commit c7a2d41b8d
3 changed files with 2 additions and 7 deletions

View File

@ -1,5 +1 @@
<div class="progress">
<span class="progressbar-back-text">{{episodeFileCount}} / {{episodeCount}}</span>
<div class="bar" style="width:{{percentOfEpisodes}}%"><span class="progressbar-front-text">{{episodeFileCount}} / {{episodeCount}}</span></div>
</div>
{{> EpisodeProgressPartial }}

View File

@ -25,7 +25,6 @@
<span class="label label-inverse">{{NextAiring nextAiring}}</span>
{{/if}}
{{/if_eq}}
{{seasonCountHelper}}
{{> EpisodeProgressPartial }}
</div>
</div>

View File

@ -66,7 +66,7 @@
.card;
.clickable;
margin-bottom : 20px;
height : 320px;
height : 295px;
.center {
display : block;