From f823c8b7485ea0bfbbec5b6ed7b5c9405d2fb969 Mon Sep 17 00:00:00 2001 From: JC Date: Tue, 29 Nov 2016 14:50:44 +0100 Subject: [PATCH] marge and height upon search global input --- app/assets/stylesheets/search.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/search.scss b/app/assets/stylesheets/search.scss index 64b606f97..cf9c94427 100644 --- a/app/assets/stylesheets/search.scss +++ b/app/assets/stylesheets/search.scss @@ -1,8 +1,12 @@ #search-block{ - margin-top: 5px; + margin: 5px 5px 0 0; height: 50px; } +#search_button { + height: 34px; +} + #mask_search{ background-color: rgba(0,0,0, 0.4); display: none; @@ -12,4 +16,4 @@ width: 100%; height: 100%; z-index: 200; -} \ No newline at end of file +}