mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-17 09:44:40 +00:00
RTL for TinyMCE:
- Add _dir: 'rtl' to the TinyMCE translation object. - Fix editor.css for RTL. - Fix the Edit and Delete buttons position for wpview and images. - For _mce_set_direction(), update documentation and fix adding the 'ltr' button. Fixes #27773 git-svn-id: https://develop.svn.wordpress.org/trunk@28094 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1851,6 +1851,16 @@ i.mce-i-hr:before {
|
||||
font-family: Tahoma, sans-serif;
|
||||
}
|
||||
|
||||
/* @noflip */
|
||||
.mce-rtl .mce-flow-layout .mce-flow-layout-item > div {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
/* @noflip */
|
||||
.mce-rtl .mce-listbox i.mce-caret {
|
||||
left: 6px;
|
||||
}
|
||||
|
||||
html:lang(he-il) .rtl .wp-switch-editor,
|
||||
html:lang(he-il) .rtl .quicktags-toolbar input {
|
||||
font-family: Arial, sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user