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:
parent
a545afb331
commit
5dda286548
|
@ -657,7 +657,8 @@ div.mce-menu .mce-menu-item-sep,
|
|||
}
|
||||
|
||||
.mce-menu.mce-menu-align .mce-menu-shortcut {
|
||||
bottom: 0.5em;
|
||||
bottom: 0.6em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
/* Buttons in modals */
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -657,7 +657,8 @@ div.mce-menu .mce-menu-item-sep,
|
|||
}
|
||||
|
||||
.mce-menu.mce-menu-align .mce-menu-shortcut {
|
||||
bottom: 0.5em;
|
||||
bottom: 0.6em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
/* Buttons in modals */
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue