Improve the admin menu when there are long top level titles, fixes #8040
git-svn-id: http://svn.automattic.com/wordpress/trunk@9786 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
269c83bd69
commit
5e67d12f1d
|
@ -1022,12 +1022,16 @@ abbr.required,
|
|||
|
||||
#adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
|
||||
#adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
|
||||
background: transparent url(../images/menu-bits.gif) no-repeat scroll left -208px;
|
||||
background: transparent url(../images/menu-bits.gif) no-repeat scroll left -207px;
|
||||
}
|
||||
|
||||
#adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle {
|
||||
border-color: #b5b5b5;
|
||||
}
|
||||
|
||||
#adminmenu .wp-has-submenu:hover .wp-menu-toggle,
|
||||
#adminmenu .wp-menu-open .wp-menu-toggle {
|
||||
background: transparent url(../images/menu-bits.gif) no-repeat scroll left -108px;
|
||||
background: transparent url(../images/menu-bits.gif) no-repeat scroll left -109px;
|
||||
}
|
||||
|
||||
#adminmenu a.menu-top {
|
||||
|
@ -1048,8 +1052,8 @@ abbr.required,
|
|||
|
||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
||||
#adminmenu .menu-top .current {
|
||||
background: url(../images/menu-bits.gif) top left repeat-x;
|
||||
border-color: #B5B5B5;
|
||||
background: #6d6d6d url(../images/menu-bits.gif) top left repeat-x;
|
||||
border-color: #6d6d6d;
|
||||
color: #fff;
|
||||
text-shadow: #666 0px -1px 0px;
|
||||
}
|
||||
|
|
|
@ -1106,6 +1106,10 @@ a#view-site-link {
|
|||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
#adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle {
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
/* end side admin menu */
|
||||
|
||||
/* 2.6 */
|
||||
|
|
Loading…
Reference in New Issue