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:
parent
b9b0371470
commit
f346a9d70c
|
@ -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.8-alpha-39365';
|
||||
$wp_version = '4.8-alpha-39367';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue