From: Anthony Talarico Date: Mon, 1 Aug 2016 19:57:21 +0000 (-0400) Subject: added space between the search input textbox and the search button for the dropdown... X-Git-Tag: v1.0.0^2~201 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4ade49e964ab30d8b4bb1e6ffbffac34770d00e2;p=WP-Themes%2Fpetoskeyarea.git added space between the search input textbox and the search button for the dropdown search form --- diff --git a/css/app.css b/css/app.css index e1f847e..cf94319 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/_search.scss b/scss/_search.scss index 533c168..edd96e0 100644 --- a/scss/_search.scss +++ b/scss/_search.scss @@ -23,12 +23,12 @@ margin-left: 5px; } .search-input{ - width: 55%; + width: 50%; margin: 0 auto; position: absolute; height: 25px; padding: 0; - right: 80px; + right: 90px; } } .search-top {