From 666fdcedfa1cba0d27c9a83335394b6b2311eeab Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 31 Jan 2017 13:18:22 -0500 Subject: [PATCH] changing the class for the ajax loading sidebar widget to separate it from the events calendar ajax loading action --- css/front.css | 20 ++++++++++++++++++++ views/front/events/sidebarEvents.html | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/css/front.css b/css/front.css index 50e9ea9..13e31c1 100644 --- a/css/front.css +++ b/css/front.css @@ -212,6 +212,26 @@ input[name='contact_fname'], input[name='contact_lname']{ left: 39%; z-index: 999; } +.loading{ + display: none; + height: 13px; + width: 208px; + background: url('../assets/loader.gif'); + position: absolute; + top:15%; + left: 39%; + z-index: 999; +} +.sidebar-loading{ + display: none; + height: 13px; + width: 208px; + background: url('../assets/loader.gif'); + position: absolute; + top:15%; + left: 13%; + z-index: 999; +} #glm-event-detail-cost:before { content: ""; background-image: url("../assets/cost-icon-24x24.png"); diff --git a/views/front/events/sidebarEvents.html b/views/front/events/sidebarEvents.html index bea0848..502d2cb 100644 --- a/views/front/events/sidebarEvents.html +++ b/views/front/events/sidebarEvents.html @@ -3,7 +3,7 @@