projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e5df0c
)
hiding the overlay initially before the calendar events ajax request is fired
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 5 Oct 2016 16:27:40 +0000
(12:27 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 5 Oct 2016 16:27:40 +0000
(12:27 -0400)
css/front.css
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
c7f273f
..
a6222ab
100644
(file)
--- 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');