From: Ian Weller Date: Mon, 13 Mar 2017 14:58:57 +0000 (-0400) Subject: Trying again X-Git-Tag: v1.6.24^2~9 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4b4b2c60ce362e9b0c5c3a5f80ec9733e5f18709;p=WP-Plugins%2Fglm-member-db-events.git Trying again I am still trying to get the arrows to appear in the full calendar view. --- diff --git a/css/front.css b/css/front.css index b97f83c..87c304b 100755 --- a/css/front.css +++ b/css/front.css @@ -367,19 +367,21 @@ a.fc-time-grid-event.fc-v-event { #eventCalendar .fc-view-container tbody .fc-today{ } -#eventCalendar .fc-button .fc-icon.fc-icon-right-single-arrow{ +#eventCalendar .fc-button .fc-icon.fc-icon-right-single-arrow:after { content: "›"; font-weight: 700; font-size: 200%; top: -7%; left: 3%; + display: block; } -#eventCalendar .fc-button .fc-icon.fc-icon-left-single-arrow { +#eventCalendar .fc-button .fc-icon.fc-icon-left-single-arrow:after { content: "‹"; font-weight: 700; font-size: 200%; top: -7%; left: 3%; + display: block; } @media (max-width: 640px) and (min-width: 320px){ .view-select{