3.2.33.13
This commit is contained in:
parent
f71522a31b
commit
58467a24e3
71 changed files with 188 additions and 238 deletions
|
@ -1,7 +1,7 @@
|
|||
<div id="itemDetailPage" data-role="page" class="page libraryPage itemDetailPage noSecondaryNavPage selfBackdropPage" data-backbutton="true">
|
||||
|
||||
<style>
|
||||
@media all and (min-width: 1000px) {
|
||||
@media all and (min-width: 62.5em) {
|
||||
|
||||
.itemBackdrop {
|
||||
display: none;
|
||||
|
@ -37,7 +37,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="mainDetailButtons mainDetailButtons-mobile">
|
||||
<div class="mainDetailButtons">
|
||||
|
||||
<button is="emby-button" type="button" class="button-flat btnResume btnPlaySimple hide detailButton-mobile" data-mode="resume">
|
||||
<div class="detailButton-mobile-content">
|
||||
|
@ -81,13 +81,6 @@
|
|||
</div>
|
||||
</button>
|
||||
|
||||
<button is="emby-button" type="button" class="button-flat btnMoreCommands hide detailButton-mobile">
|
||||
<div class="detailButton-mobile-content">
|
||||
<i class="md-icon detailButton-mobile-icon"></i>
|
||||
<div class="detailButton-mobile-text">${ButtonMore}</div>
|
||||
</div>
|
||||
</button>
|
||||
|
||||
<button is="emby-button" type="button" class="button-flat btnCancelSeriesTimer hide detailButton-mobile">
|
||||
<div class="detailButton-mobile-content">
|
||||
<i class="md-icon detailButton-mobile-icon"></i>
|
||||
|
@ -111,56 +104,26 @@
|
|||
|
||||
<button is="emby-playstatebutton" type="button" class="button-flat btnPlaystate hide detailButton-mobile">
|
||||
<div class="detailButton-mobile-content">
|
||||
<i class="md-icon detailButton-mobile-icon"></i>
|
||||
<div class="detailButton-mobile-text"></div>
|
||||
<i class="md-icon detailButton-mobile-icon always notext"></i>
|
||||
<div class="detailButton-mobile-text texthide button-text"></div>
|
||||
</div>
|
||||
</button>
|
||||
|
||||
<button is="emby-ratingbutton" type="button" class="button-flat btnUserRating hide detailButton-mobile">
|
||||
<div class="detailButton-mobile-content">
|
||||
<i class="md-icon detailButton-mobile-icon"></i>
|
||||
<div class="detailButton-mobile-text">${Rate}</div>
|
||||
<i class="md-icon detailButton-mobile-icon always notext"></i>
|
||||
<div class="detailButton-mobile-text texthide button-text">${Rate}</div>
|
||||
</div>
|
||||
</button>
|
||||
|
||||
<button is="emby-button" type="button" class="button-flat btnMoreCommands hide detailButton-mobile">
|
||||
<div class="detailButton-mobile-content">
|
||||
<i class="md-icon detailButton-mobile-icon always notext"></i>
|
||||
<div class="detailButton-mobile-text texthide">${ButtonMore}</div>
|
||||
</div>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="mainDetailButtons mainDetailButtons-nonmobile">
|
||||
|
||||
<button is="emby-button" type="button" class="raised subdued btnPlaySimple btnResume hide" data-mode="resume">
|
||||
<span>${ButtonResume}</span>
|
||||
</button>
|
||||
<button is="emby-button" type="button" class="raised subdued btnPlay btnPlaySimple hide" data-mode="play">
|
||||
<span>${ButtonPlay}</span>
|
||||
</button>
|
||||
<button is="emby-button" type="button" class="raised subdued btnInstantMix hide">
|
||||
<span>${HeaderInstantMix}</span>
|
||||
</button>
|
||||
<button is="emby-button" type="button" class="raised subdued btnShuffle hide">
|
||||
<span>${ButtonShuffle}</span>
|
||||
</button>
|
||||
<button is="emby-button" type="button" class="raised subdued btnPlayTrailer hide">
|
||||
<span>${ButtonTrailer}</span>
|
||||
</button>
|
||||
<button is="emby-button" type="button" class="raised subdued btnCancelSeriesTimer hide">
|
||||
<span>${ButtonCancelSeries}</span>
|
||||
</button>
|
||||
<button is="emby-button" type="button" class="raised subdued btnCancelTimer hide">
|
||||
<span>${ButtonStopRecording}</span>
|
||||
</button>
|
||||
|
||||
<div style="margin-left: .5em; display: flex; align-items: center;">
|
||||
<button is="emby-button" type="button" class="btnMoreCommands fab mini hide" title="${ButtonMore}"><i class="md-icon"></i></button>
|
||||
<button is="emby-button" type="button" class="btnDeleteItem fab mini hide" title="${DeleteMedia}"><i class="md-icon"></i></button>
|
||||
<button is="emby-playstatebutton" type="button" class="btnPlaystate fab mini hide"><i class="md-icon"></i></button>
|
||||
<button is="emby-ratingbutton" type="button" class="btnUserRating fab mini hide"><i class="md-icon"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button is="emby-downloadbutton" type="button" class="button-flat btnSyncDownload hide mainDetailButtons-nonmobile" style="margin: 1em 0 0;">
|
||||
<i class="md-icon"></i>
|
||||
<span class="emby-downloadbutton-downloadtext">${ButtonDownload}</span>
|
||||
</button>
|
||||
|
||||
<div class="recordingFields hide" style="margin: .5em 0 1.5em;">
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue