From: Anthony Talarico Date: Wed, 5 Oct 2016 16:27:40 +0000 (-0400) Subject: hiding the overlay initially before the calendar events ajax request is fired X-Git-Tag: v1.4.0^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=22329be30dd7d19492ff336bda4b62676086066f;p=WP-Plugins%2Fglm-member-db-events.git hiding the overlay initially before the calendar events ajax request is fired --- 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');