Introduce user-actions group and move profile and logout menu items to it and change priority. Props koopersmith. fixes #19425

git-svn-id: https://develop.svn.wordpress.org/trunk@19559 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2011-12-06 03:51:58 +00:00
parent 2bf922daf5
commit e08ad42704
6 changed files with 79 additions and 53 deletions

View File

@@ -107,12 +107,12 @@
/**
* My Account
*/
#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-my-account-default > li {
#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li {
margin-right: 88px;
margin-left: 16px;
}
#wp-admin-bar-my-account-default > li > .ab-item {
#wp-admin-bar-user-actions > li > .ab-item {
padding-left: 0;
padding-right: 8px;
}