From 22329be30dd7d19492ff336bda4b62676086066f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 5 Oct 2016 12:27:40 -0400 Subject: [PATCH] hiding the overlay initially before the calendar events ajax request is fired --- css/front.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/front.css b/css/front.css index c7f273f..a6222ab 100644 --- a/css/front.css +++ b/css/front.css @@ -193,6 +193,7 @@ input[name='contact_fname'], input[name='contact_lname']{ position: relative; } .event-overlay{ + display: none; position: absolute; top: 0; left: 0; @@ -202,7 +203,7 @@ input[name='contact_fname'], input[name='contact_lname']{ z-index: 999; } .loading{ -/* display: none;*/ + display: none; height: 31px; width: 128px; background: url('../assets/loader.gif'); -- 2.17.1