Skip to content

Commit

Permalink
Redesigning the search bar (#5121)
Browse files Browse the repository at this point in the history
* Redesigning of the search bar

* Redesigning of the search bar
  • Loading branch information
divyabaid16 authored and jywarren committed Mar 18, 2019
1 parent 0efc197 commit e27121f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/tag/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

<p><%= t('tag.index.browse_popular_tags') %></p>
<br/>
<form id="tagform" class="form-horizontal" method="GET" action="/tag/" style="width: 400px;">
<form id="tagform" class="form-horizontal" method="GET" action="/tag/">
<div class="input-group">
<input type="search" tabindex="1" autocomplete="off" id="taginput" name="id" type="text" placeholder="Search for tags.." data-provide="typeahead" class="form-control" required="required" />
<input type="search" tabindex="1" autocomplete="off" id="taginput" name="id" type="text" placeholder="Search for topics" data-provide="typeahead" class="form-control" required="required" />
<span class="input-group-btn" >
<button type="submit" rel="tooltip" title="View content with the entered title" class="btn btn-primary">Search</button>
<button type="submit" rel="tooltip" title="View content with the entered title" class="btn btn-primary-outline" style="margin-left: -40px;background-color: transparent;"><i class="fa fa-search" style="color: #ccc;"></i></button>
</span>
</div>
</form>
Expand Down

0 comments on commit e27121f

Please sign in to comment.