improved number validation (based on google's libphonenumber)
This commit is contained in:
parent
92514ad08f
commit
13a9329bcf
10 changed files with 577 additions and 82 deletions
|
@ -9,8 +9,7 @@ input[type=text], textarea {
|
|||
}
|
||||
|
||||
input.invalid {
|
||||
background-color: #ff6666;
|
||||
border-color: #ff3333;
|
||||
border-color: #ff3333;
|
||||
}
|
||||
|
||||
input[type=submit]:focus,
|
||||
|
|
|
@ -39,3 +39,10 @@ h2 {
|
|||
|
||||
#init-go-single-client {
|
||||
display:block; }
|
||||
|
||||
#phonenumberspan {
|
||||
display: block;
|
||||
margin: .5em auto 1em auto; }
|
||||
|
||||
#countrycode {
|
||||
text-align: right; }
|
Loading…
Add table
Add a link
Reference in a new issue