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
This commit is contained in:
Matt Thomas
2013-12-09 02:28:36 +00:00
parent b3a432a7fb
commit 8cc927bbb4

View File

@@ -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;