2016-07-04 22:40:18 -07:00
|
|
|
|
<div id="searchPage" data-role="page" class="page libraryPage allLibraryPage noSecondaryNavPage" data-title="${ButtonSearch}" data-backbutton="true" style="padding-top:0!important;">
|
2016-06-27 15:53:42 -07:00
|
|
|
|
|
2016-07-04 22:40:18 -07:00
|
|
|
|
<style>
|
|
|
|
|
@media all and (max-width: 800px) {
|
|
|
|
|
|
|
|
|
|
.txtSearch {
|
|
|
|
|
text-indent: 7.5%;
|
2016-07-05 22:13:26 -07:00
|
|
|
|
padding-bottom: 1em;
|
2016-07-04 22:40:18 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-07-05 22:13:26 -07:00
|
|
|
|
@media all and (max-width: 650px) {
|
2016-07-04 22:40:18 -07:00
|
|
|
|
|
|
|
|
|
.txtSearch {
|
|
|
|
|
text-indent: 10%;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-07-05 22:13:26 -07:00
|
|
|
|
|
|
|
|
|
@media all and (max-width: 500px) {
|
|
|
|
|
|
|
|
|
|
.txtSearch {
|
|
|
|
|
text-indent: 12.5%;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-07-04 22:40:18 -07:00
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<button is="paper-icon-button-light" style="position: absolute; top: .6em; left: 0; z-index: 1;" tabindex="-1" class="btnBack autoSize">
|
2016-06-27 15:53:42 -07:00
|
|
|
|
<i class="md-icon">arrow_back</i>
|
|
|
|
|
</button>
|
2015-09-23 19:31:40 -07:00
|
|
|
|
|
2016-07-04 22:40:18 -07:00
|
|
|
|
<div data-role="content" style="padding-top:0!important;padding-left:0!important;padding-right:0!important;">
|
2016-06-27 10:28:36 -07:00
|
|
|
|
<div class="readOnlyContent" style="text-align: center;margin: 0 auto;">
|
2015-09-23 19:31:40 -07:00
|
|
|
|
|
2016-07-04 22:40:18 -07:00
|
|
|
|
<div class="inputContainer searchInputContainer" style="margin-bottom:1em;">
|
|
|
|
|
<input is="emby-input" class="txtSearch" autocomplete="off" placeholder="${ButtonSearch}" autofocus />
|
2016-06-27 10:28:36 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="textSuggestions hide">
|
|
|
|
|
<h1>${TabSuggestions}</h1>
|
2015-09-23 19:31:40 -07:00
|
|
|
|
|
2016-06-27 10:28:36 -07:00
|
|
|
|
<div class="searchSuggestions">
|
|
|
|
|
</div>
|
2015-09-23 19:31:40 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-06-27 10:28:36 -07:00
|
|
|
|
|
2016-07-02 19:47:39 -07:00
|
|
|
|
<div class="searchResults hide itemsContainer"></div>
|
2015-09-23 19:31:40 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|