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:
680f279
)
Fixed css references to input[name="contact_fname"] that was missing a required conta...
author
Chuck Scott
<cscott@gaslightmedia.com>
Thu, 26 Oct 2017 14:42:37 +0000
(10:42 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Thu, 26 Oct 2017 14:42:37 +0000
(10:42 -0400)
Same for event_name.
css/front.css
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
fef27fb
..
c253bf3
100644
(file)
--- a/
css/front.css
+++ b/
css/front.css
@@
-114,10
+114,10
@@
.frontRecurrences{
display: none;
}
-input[name="event_name"]{
+
.glm-add-event-form-wrapper
input[name="event_name"]{
margin-bottom: 0px;
}
-input[name='contact_fname'], input[name='contact_lname']{
+
.glm-add-event-form-wrapper
input[name='contact_fname'], input[name='contact_lname']{
width: 50%;
}
#glm-events-search-form input[type=submit] {