From 961a9b59a3eae21b75a9813b8154e60228d20762 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 30 Sep 2016 07:55:22 -0400 Subject: [PATCH] adding display none intially to the agenda view --- css/front.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/front.css b/css/front.css index 37c82eb..608afb1 100644 --- a/css/front.css +++ b/css/front.css @@ -10,7 +10,9 @@ } .glm-event-day-row { margin-top: 8px !important; + display: none; } + .glm-event-day-event { cursor: pointer; position: relative; -- 2.17.1