Added search hint service
This commit is contained in:
parent
fa6759085b
commit
b9cc031d9b
3 changed files with 3 additions and 3 deletions
|
@ -113,7 +113,7 @@
|
|||
}
|
||||
|
||||
.detailPageName + .detailPageName {
|
||||
margin: 0 0 .4em;
|
||||
margin: 0 0 .3em;
|
||||
}
|
||||
|
||||
.detailPageParentLink {
|
||||
|
|
|
@ -127,7 +127,7 @@ pre, textarea.pre {
|
|||
|
||||
.headerSearch {
|
||||
display: none;
|
||||
margin-right: 2em;
|
||||
margin-right: 3em;
|
||||
}
|
||||
|
||||
.txtSearch {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<div id="itemListPage" data-role="page" class="page libraryPage folderListPage" data-theme="a">
|
||||
<div data-role="content" class="itemListContent">
|
||||
|
||||
<h1 id="itemName" class="listHeader" style="margin-top: .5em;"></h1>
|
||||
<h1 id="itemName" class="listHeader" style="margin: 0;"></h1>
|
||||
<div class="viewSettings">
|
||||
<div class="viewControls">
|
||||
<div style="display: inline-block;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue