In general, password fields should always be LTR. see #19598.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19835 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-02-06 19:33:19 +00:00
parent 720ad9b14d
commit d7fd5c3d42
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@ p.search-box {
float: left;
}
input[type=password] {
direction: ltr;
}
/*------------------------------------------------------------------------------
3.0 - Actions