added space between the search input textbox and the search button for the dropdown...
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 1 Aug 2016 19:57:21 +0000 (15:57 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 1 Aug 2016 19:57:21 +0000 (15:57 -0400)
css/app.css
scss/_search.scss

index e1f847e..cf94319 100644 (file)
@@ -7493,12 +7493,12 @@ main.blog-archive #blog-posts-over .blog-posts-container {
     right: 10px;
     margin-left: 5px; }
   .searchform .search-input {
-    width: 55%;
+    width: 50%;
     margin: 0 auto;
     position: absolute;
     height: 25px;
     padding: 0;
-    right: 80px; }
+    right: 90px; }
 
 .search-top #searchform {
   text-align: left;
index 533c168..edd96e0 100644 (file)
         margin-left: 5px;
     }
     .search-input{
-        width: 55%;
+        width: 50%;
         margin: 0 auto;
         position: absolute;
         height: 25px;
         padding: 0;
-        right: 80px;
+        right: 90px;
     }
 }
 .search-top {