From: Ian Weller Date: Mon, 13 Mar 2017 15:05:47 +0000 (-0400) Subject: I think I'm close X-Git-Tag: v1.6.24^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0b31adfcb039e52137f06a64bafa4a26113e8286;p=WP-Plugins%2Fglm-member-db-events.git I think I'm close I think I'm making progress. I have something displaying at least. I did a bit more styling to allow it to look right. --- diff --git a/css/front.css b/css/front.css index 87c304b..edadde1 100755 --- a/css/front.css +++ b/css/front.css @@ -368,20 +368,22 @@ a.fc-time-grid-event.fc-v-event { } #eventCalendar .fc-button .fc-icon.fc-icon-right-single-arrow:after { - content: "›"; + content: ">"; font-weight: 700; font-size: 200%; top: -7%; left: 3%; display: block; + color: black; } #eventCalendar .fc-button .fc-icon.fc-icon-left-single-arrow:after { - content: "‹"; + content: "<"; font-weight: 700; font-size: 200%; top: -7%; left: 3%; display: block; + color: black; } @media (max-width: 640px) and (min-width: 320px){ .view-select{