From: Anthony Talarico Date: Tue, 31 Jan 2017 18:18:22 +0000 (-0500) Subject: changing the class for the ajax loading sidebar widget to separate it from the events X-Git-Tag: v1.6.11^2~1^2~16 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=666fdcedfa1cba0d27c9a83335394b6b2311eeab;p=WP-Plugins%2Fglm-member-db-events.git changing the class for the ajax loading sidebar widget to separate it from the events calendar ajax loading action --- 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 @@