TinyMCE: fix toolbars alignment in RTL.

Fixes #37760 for trunk.
Built from https://develop.svn.wordpress.org/trunk@38349


git-svn-id: http://core.svn.wordpress.org/trunk@38290 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2016-08-25 01:20:30 +00:00
parent 2cc42e5dbb
commit 15edc78f6f
7 changed files with 31 additions and 12 deletions

View File

@@ -392,6 +392,11 @@ div.mce-path {
cursor: pointer;
}
.mce-btn .mce-txt {
direction: inherit;
text-align: inherit;
}
.mce-toolbar .mce-btn-group .mce-btn,
.qt-dfw {
border: 1px solid transparent;

File diff suppressed because one or more lines are too long

View File

@@ -392,6 +392,11 @@ div.mce-path {
cursor: pointer;
}
.mce-btn .mce-txt {
direction: inherit;
text-align: inherit;
}
.mce-toolbar .mce-btn-group .mce-btn,
.qt-dfw {
border: 1px solid transparent;

File diff suppressed because one or more lines are too long