New: Added poster to Series Details overview in the large screen width category.

This commit is contained in:
Taloth Saldono 2015-02-10 21:13:10 +01:00
parent 8bf1d512c2
commit 77edf53c6a
2 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,9 @@
<div class="row series-page-header"> <div class="row series-page-header">
<div class="col-md-12"> <div class="visible-lg col-lg-2">
<div class="row"> {{poster}}
</div>
<div class="col-md-12 col-lg-10">
<div>
<h1> <h1>
<i class="x-monitored" title="Toggle monitored state for entire series"/> <i class="x-monitored" title="Toggle monitored state for entire series"/>
{{title}} {{title}}
@ -20,10 +23,10 @@
</div> </div>
</h1> </h1>
</div> </div>
<div class="row series-detail-overview"> <div class="series-detail-overview">
{{overview}} {{overview}}
</div> </div>
<div id="info" class="row series-info"></div> <div id="info" class="series-info"></div>
</div> </div>
</div> </div>
<div id="seasons"></div> <div id="seasons"></div>

View File

@ -59,7 +59,7 @@
.opacity(0.9); .opacity(0.9);
background : #000000; background : #000000;
color : #ffffff; color : #ffffff;
padding : 30px 30px; padding : 30px 15px;
margin : 50px 10px; margin : 50px 10px;
} }