1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +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"> {{> EpisodeProgressPartial }}
<span class="progressbar-back-text">{{episodeFileCount}} / {{episodeCount}}</span>
<div class="bar" style="width:{{percentOfEpisodes}}%"><span class="progressbar-front-text">{{episodeFileCount}} / {{episodeCount}}</span></div>
</div>

View File

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

View File

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