Switch to rounded search box style on collections page, to match home page.
authorTom Clegg <tom@curoverse.com>
Tue, 14 Jan 2014 01:09:23 +0000 (17:09 -0800)
committerTom Clegg <tom@curoverse.com>
Tue, 14 Jan 2014 01:09:23 +0000 (17:09 -0800)
refs #1499

apps/workbench/app/views/collections/index.html.erb

index 11cacc7b8c783b519df9b3997c47b70a9febf587..7a83418c867e401ec79e21b413f28aa017e8cede 100644 (file)
@@ -1,9 +1,9 @@
 <%#= render :partial => 'nav' %>
 
 <div class="pull-right">
-  <%= form_tag collections_path, method: 'get', remote: true do %>
+  <%= form_tag collections_path, method: 'get', remote: true, class: 'form-search' do %>
   <div class="input-append">
-    <%= text_field_tag :search, params[:search] %>
+    <%= text_field_tag :search, params[:search], class: 'search-query' %>
     <%= submit_tag "Search", name: nil, class: 'btn btn-info' %>
   </div>  
   <% end %>