Adds error validation for email list slider.

This commit is contained in:
Jonathan Rosenbaum
2015-02-12 18:47:25 +00:00
parent 763587f840
commit 55a8de3df8
3 changed files with 31 additions and 14 deletions
+9 -3
View File
@@ -1,7 +1,7 @@
/* errors */
#waiver_error, #phone_error, #email_error,
#first_name_error, #last_name_error
#first_name_error, #last_name_error, #email_list_error
{
color: red;
}
@@ -18,8 +18,9 @@
border-color: green;
}
/* get rid of the pesky handle stripping with specificity */
#email_list_toggle > div > div > div.hello:before, #email_list_toggle > div > div > div.hello:after,
/* get rid of the pesky handle stripping with specificity (when figured out) */
#email_list_toggle > div > div > div:before, #email_list_toggle > div > div > div:after,
{
content: none;
}
@@ -41,5 +42,10 @@
right: -32px;
}
#email_list_block > div {
display: inline-block;
}
/* end email list toggle */