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

Props: mor10, karmatosed, azaozz.
Fixes #38917 for 4.7.
Built from https://develop.svn.wordpress.org/branches/4.7@39501


git-svn-id: http://core.svn.wordpress.org/branches/4.7@39441 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2016-12-05 15:10:33 +00:00
parent ac2345ca32
commit 16161be6ac
5 changed files with 13 additions and 3 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.7-RC2-39500'; $wp_version = '4.7-RC2-39501';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.