From 8b3f6ef9fa18467ce1be75639e1dff6fa5c0df45 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Mon, 7 Apr 2014 07:10:14 +0000 Subject: [PATCH] TinyMCE: couple more small css tweaks for the menubar and tabs in native modals, see #27279 git-svn-id: https://develop.svn.wordpress.org/trunk@27983 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/editor.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/css/editor.css b/src/wp-includes/css/editor.css index dae7e0edb8..8ab84e7bc9 100644 --- a/src/wp-includes/css/editor.css +++ b/src/wp-includes/css/editor.css @@ -125,7 +125,7 @@ } .mce-menu-has-icons i.mce-ico { - line-height: 16px; + line-height: 20px; } /* TinyMCE panel */ @@ -140,6 +140,10 @@ div.mce-panel { border: 1px solid #ddd; } +div.mce-tab { + line-height: 13px; +} + /* TinyMCE toolbars */ div.mce-toolbar-grp { border-bottom: 1px solid #dedede;