Adds tab indexing an initial focus

This commit is contained in:
Jonathan Rosenbaum
2015-03-03 03:26:20 +00:00
parent 62231e8d68
commit 88d717cdca
3 changed files with 39 additions and 3 deletions
+19 -1
View File
@@ -15,7 +15,7 @@
vertical-align: middle;
}
#interest_form {
#interest_form, #waiver {
padding: 10px;
display: block;
border: 1px solid rgb(173, 216, 230);
@@ -25,6 +25,24 @@
margin-top: 0;
}
#submit_contact {
height: 36px;
width: 98px;
font-size: x-large;
}
#submit_contact:focus {
color: green;
}
#interest_form_button:focus {
color: green;
}
#waiver_button:focus {
color: green;
}
/* errors */
#waiver_error, #phone_error, #email_error,
#first_name_error, #last_name_error, #email_list_error