reducing font size for the main site search input in the header
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 7 Aug 2017 15:39:00 +0000 (11:39 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 7 Aug 2017 15:39:00 +0000 (11:39 -0400)
moving the placeholder text for the header search input to the edge of the input container
to line up with the search widget

css/app.css
header.php
scss/_structure.scss
style.css

index 51589f7..58d9b20 100755 (executable)
@@ -6566,8 +6566,8 @@ li > p.open {
   border-left: 3px solid #fcde74;
   border-top: 3px solid #fcde74;
   border-right: 3px solid #fcde74;
-  padding: 0 9px;
-  font-size: 18px;
+  padding: 0 2px 0 3px;
+  font-size: 15px;
   font-family: Open Sans, sans-serif; }
 
 #search-page {
index d696e19..eb3584e 100755 (executable)
@@ -6,7 +6,7 @@
         <title>Emmet County Recycling</title>
         <title><?php wp_title(); ?></title>
         <?php wp_head();?>
-        <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.1.15" />
+        <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.1.16" />
         <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/favicon.ico">
         <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
         <link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
@@ -43,7 +43,7 @@
                                             <form role="search" name="search" method="get" id="searchform" action="<?php echo home_url('/'); ?>">
                                                 <div class="row">
                                                     <div id="large-12_s" class="small-12 columns">
-                                                        <input type="text" value="" name="s" id="lar-search" placeholder="  Search the site">
+                                                        <input type="text" value="" name="s" id="lar-search" placeholder="Search the site">
                                                     </div>
                                                     <div id="top_angle" class="large-1 show-for-large-up columns"></div>
                                                 </div>
index a6daac2..d5bc7e5 100755 (executable)
@@ -381,8 +381,8 @@ li > p.open {
     border-left: 3px solid #fcde74;
     border-top: 3px solid #fcde74;
     border-right: 3px solid #fcde74;
-    padding: 0 9px;
-    font-size: 18px;
+    padding: 0 2px 0 3px;
+    font-size: 15px;
     font-family: Open Sans, sans-serif;
 }
 
index 235133b..96c314b 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Emmet County Recycling
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme created for Emmet County's Recycling Center.
-Version: 1.1.15
+Version: 1.1.16
 */