CSS Enhancement to the volunteer interests div - a border.

This commit is contained in:
Jonathan Rosenbaum
2015-03-02 10:33:51 +00:00
parent 96e2c941b8
commit f5ddfdb70a
2 changed files with 16 additions and 5 deletions
+10
View File
@@ -5,6 +5,16 @@
font-weight: bold;
}
#interest_form {
padding: 10px;
display: block;
border: 1px solid rgb(173, 216, 230);
}
#interest_form > p {
margin-top: 0;
}
/* errors */
#waiver_error, #phone_error, #email_error,
#first_name_error, #last_name_error, #email_list_error