Fixes #32801.

git-svn-id: https://develop.svn.wordpress.org/trunk@33013 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2015-07-01 00:51:22 +00:00
parent f733d8a91d
commit 58f914004d
55 changed files with 4455 additions and 2055 deletions

View File

@@ -116,7 +116,7 @@
box-sizing: border-box;
}
.mce-window .mce-wp-help .mce-container-body.mce-undefined {
.mce-window .mce-wp-help > .mce-container-body {
width: auto !important;
}
@@ -423,6 +423,10 @@ div.mce-path {
line-height: normal;
}
.mce-toolbar .mce-listbox button {
padding-right: 20px;
}
.mce-toolbar .mce-btn i {
text-shadow: none;
}
@@ -472,13 +476,7 @@ div.mce-path {
}
.mce-listbox i.mce-caret {
right: 6px;
}
.mce-panel .mce-btn button.mce-open i.mce-caret,
.mce-panel .mce-btn.mce-listbox i.mce-caret {
margin-left: 0;
margin-right: 0;
right: 4px;
}
.mce-panel .mce-btn:hover i.mce-caret {