TinyMCE: adjust the shortcuts position and font size in the Formats drop-down to better match the shortcuts in the buttons tooltips.

See #38063.
Built from https://develop.svn.wordpress.org/trunk@38937


git-svn-id: http://core.svn.wordpress.org/trunk@38880 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2016-10-26 00:37:30 +00:00
parent a545afb331
commit 5dda286548
5 changed files with 7 additions and 5 deletions

View File

@ -657,7 +657,8 @@ div.mce-menu .mce-menu-item-sep,
} }
.mce-menu.mce-menu-align .mce-menu-shortcut { .mce-menu.mce-menu-align .mce-menu-shortcut {
bottom: 0.5em; bottom: 0.6em;
font-size: 0.9em;
} }
/* Buttons in modals */ /* Buttons in modals */

File diff suppressed because one or more lines are too long

View File

@ -657,7 +657,8 @@ div.mce-menu .mce-menu-item-sep,
} }
.mce-menu.mce-menu-align .mce-menu-shortcut { .mce-menu.mce-menu-align .mce-menu-shortcut {
bottom: 0.5em; bottom: 0.6em;
font-size: 0.9em;
} }
/* Buttons in modals */ /* Buttons in modals */

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-alpha-38936'; $wp_version = '4.7-alpha-38937';
/** /**
* 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.