mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user