TinyMCE: fix the close button position in the paste in text mode warning.

See #36035.
Built from https://develop.svn.wordpress.org/trunk@36799


git-svn-id: http://core.svn.wordpress.org/trunk@36766 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2016-03-02 01:15:27 +00:00
parent 4c59ced046
commit bd161f342d
5 changed files with 37 additions and 3 deletions

View File

@ -827,6 +827,23 @@ div.mce-menu .mce-menu-item-sep,
border-right-color: #23282d;
}
.mce-notification button.mce-close {
width: 20px;
left: 6px;
top: 9px;
font-weight: normal;
color: #555d66;
}
.mce-notification button.mce-close:hover,
.mce-notification button.mce-close:focus {
color: #000;
}
.mce-notification.mce-notification-info.mce-has-close {
padding-left: 24px;
}
i.mce-i-bold,
i.mce-i-italic,
i.mce-i-bullist,

File diff suppressed because one or more lines are too long

View File

@ -827,6 +827,23 @@ div.mce-menu .mce-menu-item-sep,
border-left-color: #23282d;
}
.mce-notification button.mce-close {
width: 20px;
right: 6px;
top: 9px;
font-weight: normal;
color: #555d66;
}
.mce-notification button.mce-close:hover,
.mce-notification button.mce-close:focus {
color: #000;
}
.mce-notification.mce-notification-info.mce-has-close {
padding-right: 24px;
}
i.mce-i-bold,
i.mce-i-italic,
i.mce-i-bullist,

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta1-36798';
$wp_version = '4.5-beta1-36799';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.