From dc3565a6a13b594cd3906282ef840dfe425ed405 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 15 Jul 2015 21:33:45 +0000 Subject: [PATCH] TinyMCE, keyboard shortcuts help: make the popup wider to easily accommodate translations. Part props ocean90. See #31441; git-svn-id: https://develop.svn.wordpress.org/trunk@33286 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/editor.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/wp-includes/css/editor.css b/src/wp-includes/css/editor.css index 5d8c8e50b4..2485fa726a 100644 --- a/src/wp-includes/css/editor.css +++ b/src/wp-includes/css/editor.css @@ -105,8 +105,8 @@ } .mce-window .mce-wp-help { - height: 320px; - width: 360px; + height: 360px; + width: 460px; overflow: auto; } @@ -121,7 +121,7 @@ } .mce-window .wp-editor-help { - width: 340px; + width: 440px; padding: 10px 15px 0; } @@ -131,7 +131,7 @@ } .mce-window .wp-editor-help table { - width: 320px; + width: 420px; margin-bottom: 20px; } @@ -170,6 +170,10 @@ padding: 0 5px; } +.mce-window .wp-help-header td:nth-child(odd) { + text-align: center; +} + /* TinyMCE menus */ .mce-menu, .mce-floatpanel.mce-popover {