fixing chrome search appearance
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 19 Jan 2016 15:24:27 +0000 (10:24 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 19 Jan 2016 15:24:27 +0000 (10:24 -0500)
css/app.css
scss/_search.scss

index 86d62d9..3125117 100644 (file)
@@ -7188,7 +7188,7 @@ input[type="submit"].blogbutton {
 
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
   #magnifying-glass {
-    left: 15.5rem; } }
+    left: 10rem; } }
 
 header .searchform input[type="submit"]:hover {
   cursor: hand;
index 3ead4f4..fbf2a2a 100644 (file)
@@ -88,7 +88,7 @@
 }
 @media screen and (-webkit-min-device-pixel-ratio:0) {
     #magnifying-glass{
-        left: 15.5rem;
+        left: 10rem;
     }
 }
 header .searchform input[type="submit"]:hover{