From 1081b1a84217d78ccb880410c1e700508a9d9927 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 11 May 2017 11:09:04 -0400 Subject: [PATCH] adding styles to the month and year buttons in the calendar view adding a border and padding to the buttons for the calendar navigation on the events calendar view agenda view file --- css/front.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/front.css b/css/front.css index 9260de3..5df9713 100755 --- a/css/front.css +++ b/css/front.css @@ -401,6 +401,8 @@ a.fc-time-grid-event.fc-v-event { .month-nav, .year-nav{ display: inline-block; margin: 5px; + border: 1px solid black; + padding: 3px 5px; } .month-nav:hover, .year-nav:hover{ cursor: pointer; -- 2.17.1