update search
This commit is contained in:
parent
0f0c5850a8
commit
17ada9f98e
4 changed files with 25 additions and 7 deletions
|
@ -1,11 +1,15 @@
|
|||
<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:40px!important;">
|
||||
|
||||
<button is="paper-icon-button-light" style="position: absolute; top: .5em; left: .5em; z-index: 1;" tabindex="-1" class="btnBack autoSize">
|
||||
<i class="md-icon">arrow_back</i>
|
||||
</button>
|
||||
|
||||
<div data-role="content">
|
||||
<div class="readOnlyContent" style="text-align: center;margin: 0 auto;">
|
||||
|
||||
<div class="inputContainer">
|
||||
<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:#ccc;">search</i>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue