Merge pull request #9988 from shivapoudel/password-field

Add styles for password input field in wc options panel
This commit is contained in:
Mike Jolley 2016-01-06 12:34:43 +00:00
commit 2e5307fdde
1 changed files with 3 additions and 1 deletions

View File

@ -2943,7 +2943,8 @@ img.help_tip {
input[type="text"],
input[type="email"],
input[type="number"] {
input[type="number"],
input[type="password"] {
width: 50%;
float: left;
}
@ -2960,6 +2961,7 @@ img.help_tip {
input[type="text"].short,
input[type="email"].short,
input[type="number"].short,
input[type="password"].short,
.short {
width: 50%;
}