Implement email and url input types where appropriate. Props Kau-Boy. Fixes #22183.

git-svn-id: https://develop.svn.wordpress.org/trunk@29030 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2014-07-08 17:51:58 +00:00
parent c6428ff1ba
commit 0a4e8b2b7e
9 changed files with 29 additions and 23 deletions

View File

@@ -152,6 +152,8 @@ submit {
}
.form-table input[type=text],
.form-table input[type=email],
.form-table input[type=url],
.form-table input[type=password] {
width: 206px;
}
@@ -295,6 +297,8 @@ body.rtl,
}
.form-table td input[type="text"],
.form-table td input[type="email"],
.form-table td input[type="url"],
.form-table td input[type="password"],
.form-table td select,
.form-table td textarea,