Provide a bit more horizontal space for .wp-menu-name. See #26452.
Built from https://develop.svn.wordpress.org/trunk@26766 git-svn-id: http://core.svn.wordpress.org/trunk@26654 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
51a89c8ae6
commit
dde01ceb85
|
@ -1861,7 +1861,7 @@ form.upgrade .hint {
|
|||
}
|
||||
|
||||
#adminmenu div.wp-menu-name {
|
||||
padding: 8px 0 8px 12px;
|
||||
padding: 8px 0 8px 10px;
|
||||
}
|
||||
|
||||
#adminmenu div.wp-menu-image {
|
||||
|
@ -1894,7 +1894,7 @@ div.wp-menu-image:before {
|
|||
}
|
||||
|
||||
.folded #adminmenu div.wp-menu-image {
|
||||
width: 36px;
|
||||
width: 35px;
|
||||
height: 30px;
|
||||
position: absolute;
|
||||
z-index: 25;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1861,7 +1861,7 @@ form.upgrade .hint {
|
|||
}
|
||||
|
||||
#adminmenu div.wp-menu-name {
|
||||
padding: 8px 12px 8px 0;
|
||||
padding: 8px 10px 8px 0;
|
||||
}
|
||||
|
||||
#adminmenu div.wp-menu-image {
|
||||
|
@ -1894,7 +1894,7 @@ div.wp-menu-image:before {
|
|||
}
|
||||
|
||||
.folded #adminmenu div.wp-menu-image {
|
||||
width: 36px;
|
||||
width: 35px;
|
||||
height: 30px;
|
||||
position: absolute;
|
||||
z-index: 25;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue