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:
parent
ac2345ca32
commit
16161be6ac
|
@ -858,6 +858,11 @@ div.mce-menu .mce-menu-item-sep,
|
|||
border-right-color: #23282d;
|
||||
}
|
||||
|
||||
div.mce-notification {
|
||||
right: 10% !important;
|
||||
left: 10%;
|
||||
}
|
||||
|
||||
.mce-notification button.mce-close {
|
||||
left: 6px;
|
||||
top: 3px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue