mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 16:21:26 +01:00
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:
parent
e5e499be66
commit
ae8c9c8e53
@ -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