From: Ian Weller Date: Mon, 13 Mar 2017 15:09:43 +0000 (-0400) Subject: I think I have it now X-Git-Tag: v1.6.24^2~7 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=96e9aa9cdb002bebdd40178b67312b7aa7d2c127;p=WP-Plugins%2Fglm-member-db-events.git I think I have it now I have something close to what is displaying in Firefox and Chrome working in Edge. --- diff --git a/css/front.css b/css/front.css index edadde1..8c79115 100755 --- a/css/front.css +++ b/css/front.css @@ -370,7 +370,7 @@ a.fc-time-grid-event.fc-v-event { #eventCalendar .fc-button .fc-icon.fc-icon-right-single-arrow:after { content: ">"; font-weight: 700; - font-size: 200%; + font-size: 150%; top: -7%; left: 3%; display: block; @@ -379,7 +379,7 @@ a.fc-time-grid-event.fc-v-event { #eventCalendar .fc-button .fc-icon.fc-icon-left-single-arrow:after { content: "<"; font-weight: 700; - font-size: 200%; + font-size: 150%; top: -7%; left: 3%; display: block;