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

See #38063.

git-svn-id: https://develop.svn.wordpress.org/trunk@38937 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2016-10-26 00:36:05 +00:00
parent 1515813dd4
commit 1f49a4c0cf

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 */