TinyMCE: fix the styling of notices generated by the editor UI.

Props: mor10, karmatosed, azaozz.
Fixes #38917.
Built from https://develop.svn.wordpress.org/trunk@39367


git-svn-id: http://core.svn.wordpress.org/trunk@39307 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2016-11-29 04:59:29 +00:00
parent b9b0371470
commit f346a9d70c
5 changed files with 13 additions and 3 deletions

View File

@@ -858,6 +858,11 @@ div.mce-menu .mce-menu-item-sep,
border-left-color: #23282d;
}
div.mce-notification {
left: 10% !important;
right: 10%;
}
.mce-notification button.mce-close {
right: 6px;
top: 3px;