Skip to content

Commit

Permalink
update mailchimp form style
Browse files Browse the repository at this point in the history
  • Loading branch information
amirmc committed Aug 16, 2013
1 parent 192f0f3 commit 2786575
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions _includes/amc/mailchimp.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
<!--- Begin MailChimp Signup Form -->
<link href="http://cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css" />
<style type="text/css">
#mc_embed_signup{background-color:transparent; clear:right; font:14px Helvetica,Arial,sans-serif; }
<!--- /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -->
#mc_embed_signup{background-color:transparent; clear:right; font:14px Helvetica,Arial,sans-serif; }
<!--- /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ -->
.footeremail {width:100%;}
</style>
<div id="mc_embed_signup">
<form action="http://nymote.us5.list-manage.com/subscribe/post?u=8a83b2d5453bba2ee5838b4ad&amp;id=a41245094c" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<label for="mce-EMAIL">Sign up to receive updates</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address"> </input>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" class="button" id="mc-embedded-subscribe"> </input></div>
</form>
<form action="http://nymote.us5.list-manage.com/subscribe/post?u=8a83b2d5453bba2ee5838b4ad&amp;id=a41245094c" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<div class="text" style="margin: 10px; margin-left: 73px;">Signup to our newsletter</div>
<div class="span3">
<input type="email" value="" name="EMAIL" class="footeremail" placeholder="email address" style="width: 100%; padding: 15px;">
</div>
<div class="span2"><div class="clear">
<input type="submit" class="subscribebutton" value="Subscribe" name="subscribe" style="padding: 6px;">
</div>
</div>
</form>
</div>

<!-- End mc_embed_signup -->
<!-- End mc_embed_signup -->

0 comments on commit 2786575

Please sign in to comment.