Expand adminmenu from 150px to 160px, creating more room for pending comment counts and translated text. Fixes #25918, props ocean90.

Built from https://develop.svn.wordpress.org/trunk@26817


git-svn-id: http://core.svn.wordpress.org/trunk@26704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-12-09 02:29:10 +00:00
parent 1154c059ef
commit 99063349c6
4 changed files with 12 additions and 12 deletions

View File

@ -65,7 +65,7 @@ TABLE OF CONTENTS:
#wpcontent,
#wpfooter {
margin-right: 170px;
margin-right: 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;
right: 150px;
right: 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%;
right: 180px;
right: 190px;
left: 30px;
bottom: 3%;
background: #fff;

File diff suppressed because one or more lines are too long

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;

File diff suppressed because one or more lines are too long