Fix editor menu drop-downs in RTL, fixes #17798

git-svn-id: https://develop.svn.wordpress.org/trunk@19088 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-10-29 02:28:49 +00:00
parent c5cf25a60b
commit 8ecf6a8f3f
3 changed files with 15 additions and 2 deletions

View File

@@ -1540,6 +1540,19 @@ RTL
background-position: center right;
}
.rtl .wp_themeSkin .mceListBox .mceText {
text-align: right;
}
.rtl .wp_themeSkin .mceNoIcons a .mceText {
padding-right: 10px;
padding-left: 25px;
}
.rtl .mceListBoxMenu.mceNoIcons {
margin-left: -14px;
}
.clearlooks2 .mceFocus .mceTop .mceLeft {
background: #444444;
border-left: 1px solid #999;