Trying again
authorIan Weller <ian@gaslightmedia.com>
Mon, 13 Mar 2017 14:58:57 +0000 (10:58 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 13 Mar 2017 14:58:57 +0000 (10:58 -0400)
I am still trying to get the arrows to appear in the full calendar view.

css/front.css

index b97f83c..87c304b 100755 (executable)
@@ -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: "&rsaquo;";
     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: "&lsaquo;";
     font-weight: 700;
     font-size: 200%;
     top: -7%;
     left: 3%;
+    display: block;
 }
 @media (max-width: 640px) and (min-width: 320px){
     .view-select{