Skip to content

Commit

Permalink
The search bar is inline with pagination (#5082)
Browse files Browse the repository at this point in the history
* Aligned search bar in the middle

* Size of search bar decreased
  • Loading branch information
divyabaid16 authored and jywarren committed Mar 15, 2019
1 parent 9139227 commit 6d10661
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/tag/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<% end %>

<p><%= t('tag.index.browse_popular_tags') %></p>
<form id="tagform" class="form-horizontal" method="GET" action="/tag/">
<br/>
<form id="tagform" class="form-horizontal" method="GET" action="/tag/" style="width: 400px;">
<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" />
<span class="input-group-btn" >
Expand Down

0 comments on commit 6d10661

Please sign in to comment.