From: Steve Sutton Date: Tue, 30 Aug 2016 18:56:41 +0000 (-0400) Subject: Add margin to the bottom of the driving direction button. X-Git-Tag: v1.3.3^2~10 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=6e1293dffde061e3ef21698ee601859ec9d152b8;p=WP-Plugins%2Fglm-member-db-events.git Add margin to the bottom of the driving direction button. For some reason this site is missing the bottom margin. --- diff --git a/css/front.css b/css/front.css index 0233ea9..4e27140 100644 --- a/css/front.css +++ b/css/front.css @@ -22,6 +22,7 @@ } #EventDrivingDirectionSubmit { width: 100%; + margin: 0 0 1.25rem; } .glm-event-day-event h2 { font-size: 16px; @@ -130,7 +131,7 @@ input[name='contact_fname'], input[name='contact_lname']{ width: 85%; } #glm-event-pdf-submit, -#glm-event-rss-feed, +#glm-event-rss-feed, #glm-event-ical-feed { margin: 5px 5px; } @@ -289,5 +290,5 @@ a.fc-time-grid-event.fc-v-event { @media (min-width: 641px){ .view-select { float: right; - } + } }