From 96e9aa9cdb002bebdd40178b67312b7aa7d2c127 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 13 Mar 2017 11:09:43 -0400 Subject: [PATCH] I think I have it now I have something close to what is displaying in Firefox and Chrome working in Edge. --- css/front.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.17.1