mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Do not show comments column after quick editing a post from the Drafts screen, fixes #8113
git-svn-id: https://develop.svn.wordpress.org/trunk@9585 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -944,7 +944,7 @@ abbr.required,
|
||||
background: #FFFFFF url(../images/menu-bits.gif) no-repeat scroll 0 -310px;
|
||||
}
|
||||
|
||||
#adminmenu .wp-has-current-submenu .wp-has-submenu,
|
||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
||||
#adminmenu .menu-top .current {
|
||||
background-color: #c0c0c0;
|
||||
background-image: none;
|
||||
|
||||
+33
-3
@@ -63,19 +63,49 @@ input.button-highlighted {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ul#adminmenu li.wp-has-submenu {
|
||||
#wpcontent #adminmenu.folded li.menu-top {
|
||||
display: block;
|
||||
}
|
||||
|
||||
* html #wpcontent #adminmenu li.menu-top {
|
||||
display: inline;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#adminmenu li.menu-top a.menu-top {
|
||||
min-width: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#wpcontent #adminmenu li.wp-has-current-submenu a.wp-has-submenu {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
* html #wpcontent #adminmenu .wp-menu-open .wp-menu-toggle {
|
||||
background: none;
|
||||
}
|
||||
|
||||
* html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle {
|
||||
background: url(../images/menu-bits.gif) no-repeat scroll left -108px;
|
||||
}
|
||||
|
||||
* html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle {
|
||||
background: url(../images/menu-bits.gif) no-repeat scroll left -206px;
|
||||
}
|
||||
|
||||
* html #adminmenu div.wp-menu-image {
|
||||
height: 31px;
|
||||
}
|
||||
|
||||
#wpcontent #adminmenu .wp-submenu li {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#adminmenu,
|
||||
#adminmenu .wp-menu-toggle,
|
||||
.wp-submenu,
|
||||
.wp-submenu li,
|
||||
.wp-submenu {
|
||||
.wp-menu-toggle {
|
||||
zoom: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user