improved number validation (based on google's libphonenumber)

This commit is contained in:
Marco 2014-06-30 00:15:27 +02:00 committed by lilia
parent 92514ad08f
commit 13a9329bcf
10 changed files with 577 additions and 82 deletions

View file

@ -9,8 +9,7 @@ input[type=text], textarea {
}
input.invalid {
background-color: #ff6666;
border-color: #ff3333;
border-color: #ff3333;
}
input[type=submit]:focus,

View file

@ -39,3 +39,10 @@ h2 {
#init-go-single-client {
display:block; }
#phonenumberspan {
display: block;
margin: .5em auto 1em auto; }
#countrycode {
text-align: right; }