Only grow input.small-text if type='number'. see [20168], see #17863.

git-svn-id: http://svn.automattic.com/wordpress/trunk@20201 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-03-16 04:28:32 +00:00
parent 27c3c56ed6
commit 83df0439ba
1 changed files with 4 additions and 0 deletions

View File

@ -802,6 +802,10 @@ input.regular-text,
}
input.small-text {
width: 50px;
}
input[type="number"].small-text {
width: 60px;
}