Numerous RTL improvements. props ocean90, TECannon. fixes #13663, fixes #13677.

git-svn-id: https://develop.svn.wordpress.org/trunk@15146 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-06-05 21:04:48 +00:00
parent c92dba8fdf
commit af1c3ce459
10 changed files with 36 additions and 18 deletions
+8 -4
View File
@@ -5,15 +5,19 @@ h1 {
font-family: arial;
margin: 5px -4px 0 0;
}
ul, ol { padding: 5px 22px 5px 5px; }
.step, th { text-align: right; }
ul, ol {
padding: 5px 22px 5px 5px;
}
.step, th {
text-align: right;
}
.submit input, .button, .button-secondary {
font-family: Tahoma, arial;
margin-right:0;
margin-right: 0;
}
.form-table th {
text-align: right;
}
#user_login, #admin_email, #pass1, #pass2 {
direction:ltr;
direction: ltr;
}