From 8cc927bbb4aecdab77214ba394faa932a6a96f6f Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Mon, 9 Dec 2013 02:28:36 +0000 Subject: [PATCH] Expand adminmenu from 150px to 160px, creating more room for pending comment counts and translated text. Fixes #25918, props ocean90. git-svn-id: https://develop.svn.wordpress.org/trunk@26817 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/wp-admin.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/wp-admin/css/wp-admin.css b/src/wp-admin/css/wp-admin.css index 3f786f06dc..d08db238f6 100644 --- a/src/wp-admin/css/wp-admin.css +++ b/src/wp-admin/css/wp-admin.css @@ -65,7 +65,7 @@ TABLE OF CONTENTS: #wpcontent, #wpfooter { - margin-left: 170px; + margin-left: 180px; } .folded #wpcontent, @@ -84,7 +84,7 @@ TABLE OF CONTENTS: #adminmenuwrap, #adminmenu, #adminmenu .wp-submenu { - width: 150px; + width: 160px; } #adminmenuback { @@ -1751,7 +1751,7 @@ form.upgrade .hint { list-style: none; position: absolute; top: -1000em; - left: 150px; + left: 160px; overflow: visible; word-wrap: break-word; } @@ -1806,7 +1806,7 @@ form.upgrade .hint { #adminmenu .wp-not-current-submenu .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu { - min-width: 150px; + min-width: 160px; width: auto; } @@ -6778,7 +6778,7 @@ body.theme-overlay-open { clear: both; position: fixed; top: 9%; - left: 180px; + left: 190px; right: 30px; bottom: 3%; background: #fff;