RTL: properly align the demo image in the Edit Image popup, props nacin, fixes #22733

git-svn-id: https://develop.svn.wordpress.org/trunk@23039 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2012-12-04 19:51:35 +00:00
parent a033ad1ab2
commit 4f4e7e5cec
1 changed files with 4 additions and 2 deletions

View File

@ -382,8 +382,9 @@ body#media-upload.rtl ul#sidemenu {
}
.rtl .show-align,
.rtl #img_size,
.rtl .alignright,
.rtl #img_size {
.rtl #img_demo.alignleft {
float: left;
}
@ -394,7 +395,8 @@ body#media-upload.rtl ul#sidemenu {
.rtl #img_prop label,
.rtl #img_prop input,
.rtl #img_size_div,
.rtl .alignleft {
.rtl .alignleft,
.rtl #img_demo.alignright {
float: right;
}