contact information form validation
This commit is contained in:
parent
825e43a581
commit
00c5fa9b18
3 changed files with 153 additions and 50 deletions
|
@ -271,6 +271,13 @@ input:valid+span:after {
|
|||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.errorMsg {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.accountLabel {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* Footer section */
|
||||
|
||||
|
@ -334,4 +341,4 @@ input[type=submit] {
|
|||
|
||||
input[type=submit]:hover {
|
||||
background-color: #fa4664;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue