From 8f588b345bb24ec455017a90534ff647250cb739 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Mon, 27 Jul 2015 15:42:44 +0000 Subject: [PATCH] Menus: Readjust screen options toggle icon. Third revision. This will let the icon appear slightly bigger than the help icon on Macs and just slightly smaller on Windows machines. It's a compromise in every way. Fixes #32733. Again. git-svn-id: https://develop.svn.wordpress.org/trunk@33444 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/customize-nav-menus.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/css/customize-nav-menus.css b/src/wp-admin/css/customize-nav-menus.css index 425d63dffe..7136825b56 100644 --- a/src/wp-admin/css/customize-nav-menus.css +++ b/src/wp-admin/css/customize-nav-menus.css @@ -341,14 +341,14 @@ border: none; content: "\f111"; display: block; - font: 16px/1 "dashicons"; + font: 18px/1 "dashicons"; padding: 5px; text-align: center; text-decoration: none !important; text-indent: 0; - left: 7px; + left: 6px; position: absolute; - top: 7px; + top: 6px; } .wp-customizer #screen-options-wrap {