Load the menu folded (if set), load the editor earlier

git-svn-id: http://svn.automattic.com/wordpress/trunk@11118 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-04-29 05:43:03 +00:00
parent 41a3df9cd0
commit 6d535ce0c2
8 changed files with 53 additions and 27 deletions

View File

@@ -1038,7 +1038,12 @@ div.comment-item:hover .row-actions {
height: 21px;
padding: 0;
margin: 0;
}
#adminmenu a.separator {
cursor: w-resize;
height: 20px;
padding: 0;
}
.folded #adminmenu li.wp-menu-separator {
@@ -1102,6 +1107,15 @@ div.comment-item:hover .row-actions {
border-bottom-width: 1px;
border-bottom-style: solid;
}
#adminmenu .wp-menu-image a {
height: 24px;
}
#adminmenu .wp-menu-image img {
padding: 6px 0 0 1px;
}
/* end side admin menu */
/* comments/plugins bubble in menu */