RTL fixes from RanYanivHartstein. fixes #7482
git-svn-id: https://develop.svn.wordpress.org/trunk@8592 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
dd5fae740f
commit
4b8144a688
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user