From 857f01f1af62f26616e96986d980fd2ce6f24570 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 12 Feb 2016 13:43:06 -0500 Subject: [PATCH] reducing searchform height --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.17.1