From: Anthony Talarico Date: Fri, 12 Feb 2016 18:43:06 +0000 (-0500) Subject: reducing searchform height X-Git-Tag: v1.0.0^2~196 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=857f01f1af62f26616e96986d980fd2ce6f24570;p=WP-Themes%2FDiscoverKZOO.git reducing searchform height --- diff --git a/css/app.css b/css/app.css index 3128e21..07f626a 100644 --- a/css/app.css +++ b/css/app.css @@ -6645,7 +6645,7 @@ header { #topSearchForm { display: none; float: right; - height: 30px; } + height: 25px; } #lar-search { height: 25px; padding: 0; } } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index bc83415..b227824 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -446,7 +446,7 @@ #topSearchForm{ display: none; float: right; - height: 30px; + height: 25px; } #lar-search{ height: 25px;