Fix position of submenus when showing avatar, props johnjamesjacoby, see #16667 for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@17558 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-03-25 20:32:07 +00:00
parent 9c18de1484
commit bf42a84fa0
3 changed files with 6 additions and 2 deletions

View File

@@ -207,6 +207,10 @@
left: 30px;
}
#wpadminbar .quicklinks li#wp-admin-bar-my-account-with-avatar ul ul {
left: 0;
}
#wpadminbar .quicklinks .menupop li a img.blavatar {
vertical-align: middle;
margin: 0 8px 0 0;