Add series formatting

This commit is contained in:
Mark McDowall 2015-01-09 17:02:51 -08:00
parent 28da978150
commit ca250d7e97
2 changed files with 14 additions and 12 deletions

View File

@ -7,20 +7,21 @@
</div> </div>
<div class="col-md-10"> <div class="col-md-10">
<div class="row"> <div class="row">
<h2 class="series-title"> <div class="col-md-12">
{{titleWithYear}} <h2 class="series-title">
{{titleWithYear}}
<span class="labels"> <span class="labels">
<span class="label label-default">{{network}}</span> <span class="label label-default">{{network}}</span>
{{#unless_eq status compare="continuing"}} {{#unless_eq status compare="continuing"}}
<span class="label label-danger">Ended</span> <span class="label label-danger">Ended</span>
{{/unless_eq}} {{/unless_eq}}
</span> </span>
</h2>
</h2> </div>
</div> </div>
<div class="row new-series-overview x-overview"> <div class="row new-series-overview x-overview">
<div class="overview-internal"> <div class="col-md-12 overview-internal">
{{overview}} {{overview}}
</div> </div>
</div> </div>

View File

@ -40,6 +40,8 @@
padding-bottom : 20px; padding-bottom : 20px;
.series-title { .series-title {
margin-top : 5px;
.labels { .labels {
margin-left : 10px; margin-left : 10px;
@ -94,7 +96,6 @@
color: #ffffff; color: #ffffff;
} }
} }
}
.loading-folders { .loading-folders {
margin : 30px 0px; margin : 30px 0px;