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

Built from https://develop.svn.wordpress.org/trunk@29030


git-svn-id: http://core.svn.wordpress.org/trunk@28818 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2014-07-08 17:52:14 +00:00
parent 57dbc55e6e
commit be12ea968a
12 changed files with 35 additions and 25 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,