display titles to the right of posters in detail pages
This commit is contained in:
parent
2a9a088a9e
commit
5072eb0e1a
13 changed files with 141 additions and 96 deletions
|
@ -8,8 +8,6 @@
|
|||
<div data-role="content">
|
||||
|
||||
<div class="detailPagePrimaryInfo">
|
||||
<h1 id="itemName" class="detailPageName"></h1>
|
||||
|
||||
<div class="itemImageBlock">
|
||||
<div id="itemMedia" style="position: relative;">
|
||||
<div id="itemImage"></div>
|
||||
|
@ -17,6 +15,8 @@
|
|||
</div>
|
||||
|
||||
<div class="itemDetailBlock">
|
||||
<h1 id="itemName" class="detailPageName"></h1>
|
||||
|
||||
<p id="itemOverview"></p>
|
||||
<p id="itemMiscInfo" class="itemMiscInfo"></p>
|
||||
<p id="itemRatings"></p>
|
||||
|
@ -25,11 +25,9 @@
|
|||
<p id="itemDeathDate"></p>
|
||||
|
||||
<p id="itemLinks"></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="detailPagePrimaryInfo">
|
||||
<h1 style="margin-bottom: 0;">In Your Library</h1>
|
||||
</div>
|
||||
<h2 style="margin-bottom: 0;">In Your Library</h2>
|
||||
|
||||
<div>
|
||||
<form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue