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:
parent
1154c059ef
commit
99063349c6
|
@ -65,7 +65,7 @@ TABLE OF CONTENTS:
|
||||||
|
|
||||||
#wpcontent,
|
#wpcontent,
|
||||||
#wpfooter {
|
#wpfooter {
|
||||||
margin-right: 170px;
|
margin-right: 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.folded #wpcontent,
|
.folded #wpcontent,
|
||||||
|
@ -84,7 +84,7 @@ TABLE OF CONTENTS:
|
||||||
#adminmenuwrap,
|
#adminmenuwrap,
|
||||||
#adminmenu,
|
#adminmenu,
|
||||||
#adminmenu .wp-submenu {
|
#adminmenu .wp-submenu {
|
||||||
width: 150px;
|
width: 160px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#adminmenuback {
|
#adminmenuback {
|
||||||
|
@ -1751,7 +1751,7 @@ form.upgrade .hint {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -1000em;
|
top: -1000em;
|
||||||
right: 150px;
|
right: 160px;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
@ -1806,7 +1806,7 @@ form.upgrade .hint {
|
||||||
|
|
||||||
#adminmenu .wp-not-current-submenu .wp-submenu,
|
#adminmenu .wp-not-current-submenu .wp-submenu,
|
||||||
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
|
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
|
||||||
min-width: 150px;
|
min-width: 160px;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6778,7 +6778,7 @@ body.theme-overlay-open {
|
||||||
clear: both;
|
clear: both;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 9%;
|
top: 9%;
|
||||||
right: 180px;
|
right: 190px;
|
||||||
left: 30px;
|
left: 30px;
|
||||||
bottom: 3%;
|
bottom: 3%;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -65,7 +65,7 @@ TABLE OF CONTENTS:
|
||||||
|
|
||||||
#wpcontent,
|
#wpcontent,
|
||||||
#wpfooter {
|
#wpfooter {
|
||||||
margin-left: 170px;
|
margin-left: 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.folded #wpcontent,
|
.folded #wpcontent,
|
||||||
|
@ -84,7 +84,7 @@ TABLE OF CONTENTS:
|
||||||
#adminmenuwrap,
|
#adminmenuwrap,
|
||||||
#adminmenu,
|
#adminmenu,
|
||||||
#adminmenu .wp-submenu {
|
#adminmenu .wp-submenu {
|
||||||
width: 150px;
|
width: 160px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#adminmenuback {
|
#adminmenuback {
|
||||||
|
@ -1751,7 +1751,7 @@ form.upgrade .hint {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -1000em;
|
top: -1000em;
|
||||||
left: 150px;
|
left: 160px;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
@ -1806,7 +1806,7 @@ form.upgrade .hint {
|
||||||
|
|
||||||
#adminmenu .wp-not-current-submenu .wp-submenu,
|
#adminmenu .wp-not-current-submenu .wp-submenu,
|
||||||
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
|
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
|
||||||
min-width: 150px;
|
min-width: 160px;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6778,7 +6778,7 @@ body.theme-overlay-open {
|
||||||
clear: both;
|
clear: both;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 9%;
|
top: 9%;
|
||||||
left: 180px;
|
left: 190px;
|
||||||
right: 30px;
|
right: 30px;
|
||||||
bottom: 3%;
|
bottom: 3%;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue