Created
August 29, 2012 22:42
-
-
Save dleavitt/3519837 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css" media="screen"> | |
.field_with_errors + .label_text { | |
color: red; | |
} | |
</style> | |
<div> | |
<%= f.label :terms_levis do %> | |
<%= f.check_box :terms_levis, :class => "checkbox" %> | |
<span class="label_text">I accept <a href="#" target="_blank">the terms for Levi's Fantasy Election Weekly Challenge Sweepstakes</a>.</span> | |
<% end %> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment