From 4b4b2c60ce362e9b0c5c3a5f80ec9733e5f18709 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 13 Mar 2017 10:58:57 -0400 Subject: [PATCH] Trying again I am still trying to get the arrows to appear in the full calendar view. --- css/front.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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{ -- 2.17.1