Proper search now hidden for small/mobile/
authorLaury GvR <laury@gaslightmedia.com>
Fri, 15 May 2015 18:29:24 +0000 (14:29 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 15 May 2015 18:29:24 +0000 (14:29 -0400)
parts/search.php

index 707d550..3c7a370 100644 (file)
@@ -1,5 +1,5 @@
 <form role="search" method="get" id="searchform" action="<?php echo home_url('/'); ?>">
      <input type="text" placeholder="SEARCH" value="" name="s" id="lar-search">
-     <input class="hide-for-small-only" id="search-button" value="" name="searchButton" type="image"></input>
-     <input class="show-for-small-only" id="search-button" value="Submit" name="searchButton" type="image"></input>
+     <input class="show-for-large-up" id="search-button" value="" name="searchButton" type="image"></input>
+     <input class="hide-for-medium-up" id="search-button" value="Submit" name="searchButton" type="image"></input>
 </form>
\ No newline at end of file