hiding the overlay initially before the calendar events ajax request is fired
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 5 Oct 2016 16:27:40 +0000 (12:27 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 5 Oct 2016 16:27:40 +0000 (12:27 -0400)
css/front.css

index c7f273f..a6222ab 100644 (file)
@@ -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');