client/general: make search box seen by Vimperator
This commit is contained in:
parent
d445a4c93f
commit
2e6e9b40b6
6 changed files with 10 additions and 3 deletions
|
@ -164,6 +164,8 @@ $safety-unsafe = #F3985F
|
||||||
outline: 3px solid $main-color
|
outline: 3px solid $main-color
|
||||||
|
|
||||||
.post-list-header
|
.post-list-header
|
||||||
|
label
|
||||||
|
display: none
|
||||||
text-align: left
|
text-align: left
|
||||||
form
|
form
|
||||||
width: auto
|
width: auto
|
||||||
|
|
|
@ -40,6 +40,8 @@
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
.tag-list-header
|
.tag-list-header
|
||||||
|
label
|
||||||
|
display: none
|
||||||
text-align: left
|
text-align: left
|
||||||
form
|
form
|
||||||
width: auto
|
width: auto
|
||||||
|
|
|
@ -91,7 +91,10 @@
|
||||||
width: 3em
|
width: 3em
|
||||||
height: 3em
|
height: 3em
|
||||||
margin: 0 0.6em 0 0
|
margin: 0 0.6em 0 0
|
||||||
|
|
||||||
.user-list-header
|
.user-list-header
|
||||||
|
label
|
||||||
|
display: none
|
||||||
text-align: left
|
text-align: left
|
||||||
form
|
form
|
||||||
width: auto
|
width: auto
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<div class='input'>
|
<div class='input'>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<%= ctx.makeTextInput({id: 'search-text', name: 'search-text', value: ctx.searchQuery.text}) %>
|
<%= ctx.makeTextInput({text: 'Search query', id: 'search-text', name: 'search-text', value: ctx.searchQuery.text}) %>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<div class='input'>
|
<div class='input'>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<%= ctx.makeTextInput({id: 'search-text', name: 'search-text', value: ctx.searchQuery.text}) %>
|
<%= ctx.makeTextInput({text: 'Search query', id: 'search-text', name: 'search-text', value: ctx.searchQuery.text}) %>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<div class='input'>
|
<div class='input'>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<%= ctx.makeTextInput({id: 'search-text', name: 'search-text', value: ctx.searchQuery.text}) %>
|
<%= ctx.makeTextInput({text: 'Search query', id: 'search-text', name: 'search-text', value: ctx.searchQuery.text}) %>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue