RTL fixes from RanYanivHartstein. fixes #7482

git-svn-id: http://svn.automattic.com/wordpress/trunk@8592 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-08-08 17:31:20 +00:00
parent e5e499be66
commit ae8c9c8e53

View File

@ -335,20 +335,24 @@ div#message {
clear: both;
}
/* WPH - TinyMCE */
#media-items th.label {
width: 120px;
}
#media-items th.label .alignleft {
width: 100px;
}
#media-items th.label .alignright {
width: 16px; height: 16px;
width: 16px;
height: 16px;
}
/* LTRs some url- and code-only form fields */
input#href, input#src, input#class_name {
direction: ltr; text-align: left;
direction: ltr;
text-align: left;
}
#sidemenu a {
@ -405,4 +409,4 @@ tr.image-size label {
#media-upload form#filter {
margin-right: -20px;
}
}