From: Anthony Talarico Date: Thu, 13 Sep 2018 20:50:46 +0000 (-0400) Subject: adding modal X-Git-Tag: v1.0.0^2~15 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=9b98e9c3187704e718caa5d7c1c29df8e7e36f49;p=WP-Plugins%2Fglm-member-db-staff.git adding modal adding a foundation modal to store the email form --- diff --git a/css/front.css b/css/front.css index cf9ae57..3634265 100644 --- a/css/front.css +++ b/css/front.css @@ -25,4 +25,20 @@ /* box-shadow: 1px 1px 1px 1px grey; */ text-align: center; width: 100%; -} \ No newline at end of file +} + +/* Email Modal Styles */ +.required-field{ + color: red; +} +#emailModal{ + max-width: 800px; +} +#emailModal.reveal-modal .close-reveal-modal { + right: 10px; + top: 0px; +} +.modal-form-wrapper{ + max-width: 700px; + display: none; +} diff --git a/views/front/staff/list.html b/views/front/staff/list.html index a4a7ccb..d960445 100644 --- a/views/front/staff/list.html +++ b/views/front/staff/list.html @@ -38,12 +38,23 @@