Skip to content

Commit

Permalink
search text box interface improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
hkulekci committed Oct 15, 2017
1 parent 2e06d6b commit b147bed
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions views/index.twig
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{% extends 'layout.twig' %}

{% block body %}
<div class="row">
<div class="col-12">
<div class="row justify-content-center">
<div class="col-5">
<form method="post">
<input type="text" id="typeSearchInput" placeholder="Type for search ..." autofocus><span id="searchStatus">...</span>
<input type="text" id="typeSearchInput" placeholder="Type for search ..." autofocus class="form-control">
</form>
</div>
<div class="col-1"><span id="searchStatus">...</span></div>
</div>
<div class="row">
<div class="col-12">
<div id="typeSearchResults">
</div>
</div>
Expand Down

0 comments on commit b147bed

Please sign in to comment.