Theme and plugin editor textarea direction in RTL, props SergeyBiryukov, fixes #18021

git-svn-id: http://svn.automattic.com/wordpress/trunk@19087 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-10-29 00:55:58 +00:00
parent 697f2371e6
commit 12b9d51e2e
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -2087,6 +2087,10 @@ h3.tb {
float: left;
}
#template textarea {
direction: ltr;
}
/* theme-install */
div.star {
left:auto;