Skip to content

Commit b147bed

Browse files
committed
search text box interface improvement
1 parent 2e06d6b commit b147bed

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

views/index.twig

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{% extends 'layout.twig' %}
22

33
{% block body %}
4-
<div class="row">
5-
<div class="col-12">
4+
<div class="row justify-content-center">
5+
<div class="col-5">
66
<form method="post">
7-
<input type="text" id="typeSearchInput" placeholder="Type for search ..." autofocus><span id="searchStatus">...</span>
7+
<input type="text" id="typeSearchInput" placeholder="Type for search ..." autofocus class="form-control">
88
</form>
9+
</div>
10+
<div class="col-1"><span id="searchStatus">...</span></div>
11+
</div>
12+
<div class="row">
13+
<div class="col-12">
914
<div id="typeSearchResults">
1015
</div>
1116
</div>

0 commit comments

Comments
 (0)