Fixed css references to input[name="contact_fname"] that was missing a required conta...
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 26 Oct 2017 14:42:37 +0000 (10:42 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 26 Oct 2017 14:42:37 +0000 (10:42 -0400)
Same for event_name.

css/front.css

index fef27fb..c253bf3 100644 (file)
 .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] {