From d8b2494954647acd742edffe3e21d1219b0fb60c Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 25 Apr 2016 13:59:46 -0400 Subject: [PATCH] Update style and markup for the search form button Adding margin to the name search button --- css/front.css | 5 ++++- views/front/events/searchForm.html | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/front.css b/css/front.css index 4e92e69..906b5f5 100644 --- a/css/front.css +++ b/css/front.css @@ -124,4 +124,7 @@ input[name="event_name"]{ input[name='contact_fname'], input[name='contact_lname']{ width: 50%; } - +#glm-events-search-form input[type=submit] { + margin-top: 20px !important; + margin-bottom: 50px !important; +} diff --git a/views/front/events/searchForm.html b/views/front/events/searchForm.html index 4b23373..066e8c7 100644 --- a/views/front/events/searchForm.html +++ b/views/front/events/searchForm.html @@ -9,6 +9,8 @@
+ +
-- 2.17.1