denormalize seasonid
This commit is contained in:
parent
1fd0fd981a
commit
5ba13ab5a0
14 changed files with 91 additions and 55 deletions
|
@ -1,19 +1,30 @@
|
|||
<div id="searchPage" data-role="page" class="page libraryPage allLibraryPage noSecondaryNavPage" data-title="${ButtonSearch}" data-backbutton="true">
|
||||
<div id="searchPage" data-role="page" class="page libraryPage allLibraryPage noSecondaryNavPage" data-title="${ButtonSearch}" data-backbutton="true" style="padding-top:0!important;">
|
||||
|
||||
<button is="paper-icon-button-light" style="position: absolute; top: .5em; left: .5em; z-index: 1;" tabindex="-1" class="btnBack autoSize">
|
||||
<style>
|
||||
@media all and (max-width: 800px) {
|
||||
|
||||
.txtSearch {
|
||||
text-indent: 7.5%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 500px) {
|
||||
|
||||
.txtSearch {
|
||||
text-indent: 10%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<button is="paper-icon-button-light" style="position: absolute; top: .6em; left: 0; z-index: 1;" tabindex="-1" class="btnBack autoSize">
|
||||
<i class="md-icon">arrow_back</i>
|
||||
</button>
|
||||
|
||||
<div data-role="content">
|
||||
<div data-role="content" style="padding-top:0!important;padding-left:0!important;padding-right:0!important;">
|
||||
<div class="readOnlyContent" style="text-align: center;margin: 0 auto;">
|
||||
|
||||
<div class="inputContainer" style="margin-bottom:1em;">
|
||||
<div style="display: flex; align-items: center;">
|
||||
<i class="md-icon" style="width:28px;height:28px;font-size:28px;color:#aaa;">search</i>
|
||||
<div style="flex-grow:1;">
|
||||
<input is="emby-input" class="txtSearch" autocomplete="off" autofocus />
|
||||
</div>
|
||||
</div>
|
||||
<div class="inputContainer searchInputContainer" style="margin-bottom:1em;">
|
||||
<input is="emby-input" class="txtSearch" autocomplete="off" placeholder="${ButtonSearch}" autofocus />
|
||||
</div>
|
||||
|
||||
<div class="textSuggestions hide">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue