From 01094b40c19736aeb693c2ed2bbb504dfc421cf9 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Mon, 28 Nov 2016 02:11:15 +0000 Subject: [PATCH] TinyMCE: fix the styling of notices generated by the editor UI. Props: mor10, karmatosed, azaozz. Fixes #38917. git-svn-id: https://develop.svn.wordpress.org/trunk@39367 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/editor.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/wp-includes/css/editor.css b/src/wp-includes/css/editor.css index b2a6eedcfb..e04317ec89 100644 --- a/src/wp-includes/css/editor.css +++ b/src/wp-includes/css/editor.css @@ -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;