mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Minor search page UI update
This commit is contained in:
parent
0389d28d2f
commit
6784282bed
1 changed files with 4 additions and 2 deletions
|
|
@ -21,7 +21,9 @@ limitations under the License.
|
|||
|
||||
<div id="home-search" class="home">
|
||||
|
||||
<span id="search"><p>Search Docs</p></span>
|
||||
<span id="search">
|
||||
<p><i class="glyphicon glyphicon-search"></i> Search Docs</p>
|
||||
</span>
|
||||
<br/>
|
||||
|
||||
<form role="search" action="{{BASE_PATH}}/search.html" id="site_search">
|
||||
|
|
@ -29,7 +31,7 @@ limitations under the License.
|
|||
<input type="text" class="form-control" size="16px" name="q" placeholder="Search all pages" id="search_box">
|
||||
<span class="input-group-btn">
|
||||
<button type="reset" class="btn btn-default">
|
||||
<i class="glyphicon glyphicon-remove"></i>
|
||||
<i class="glyphicon glyphicon-remove" style="color:#777"></i>
|
||||
</button>
|
||||
</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue