From a62c20aa3b68e664865e868c34baef60c13e9e19 Mon Sep 17 00:00:00 2001
From: Kevin Abel <kabel2@unl.edu>
Date: Mon, 11 Jan 2016 20:01:14 -0600
Subject: [PATCH] Use WDN input group markup

Fixed bad padding alignment.
---
 www/templates/search-form.tpl.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/templates/search-form.tpl.php b/www/templates/search-form.tpl.php
index 1302a3a..4d128ef 100644
--- a/www/templates/search-form.tpl.php
+++ b/www/templates/search-form.tpl.php
@@ -1,8 +1,8 @@
 <div id="searchform" class="wdn-band">
   <form action="./" method="get" class="wdn-inner-wrapper">
-      <div class="input-group">
-        <input type="text" value=""  name="q" id="search_q" title="Search Query" placeholder="e.g., Herbert Husker, Ph.D." />
-        <span class="input-group-btn"><button class="button wdn-icon-search" title="Search" type="submit"></button></span>
+      <div class="wdn-input-group">
+        <input type="text" name="q" id="search_q" aria-label="Search Query" placeholder="e.g., Herbert Husker, Ph.D." />
+        <span class="wdn-input-group-btn"><button class="button wdn-icon-search" type="submit"><span class="wdn-text-hidden">Search</span></button></span>
     </div>
       <?php if (!empty($local_results)): ?>
       <input type="hidden" name="u" value="<?php echo htmlentities($_GET['u'], ENT_QUOTES) ?>" />
-- 
GitLab