From a1178e53a9d481d358ee4304a3d57c0ac7608bde Mon Sep 17 00:00:00 2001 From: Trey Pendragon Date: Fri, 18 Nov 2016 15:56:24 -0800 Subject: [PATCH] Adjust search form box. --- app/assets/stylesheets/application.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 90ab48df..e3560ac6 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -34,3 +34,10 @@ li[dir=rtl] { max-height: 66%; overflow: scroll; } +.search-query-form { + margin-top: 7px; + .btn-primary { + height: 35px; + margin-top: -1px; + } +}