From: Anthony Talarico Date: Thu, 25 Aug 2016 20:51:16 +0000 (-0400) Subject: fixing view selection dropdown styles in small and medium view, aligning to the left... X-Git-Tag: v1.3.3^2~33 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f79edacc3e4c3591590fe06e3fa6a9d836f9ab12;p=WP-Plugins%2Fglm-member-db-events.git fixing view selection dropdown styles in small and medium view, aligning to the left when in smaller views --- diff --git a/css/front.css b/css/front.css index 9127750..0233ea9 100644 --- a/css/front.css +++ b/css/front.css @@ -280,4 +280,14 @@ input[name='contact_fname'], input[name='contact_lname']{ } a.fc-time-grid-event.fc-v-event { width: 60%; -} \ No newline at end of file +} +@media (max-width: 640px) and (min-width: 320px){ + .view-select{ + float: left; + } +} +@media (min-width: 641px){ + .view-select { + float: right; + } +} diff --git a/views/front/events/searchForm.html b/views/front/events/searchForm.html index e04addc..e37b534 100644 --- a/views/front/events/searchForm.html +++ b/views/front/events/searchForm.html @@ -69,7 +69,7 @@ -
+