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

git-svn-id: http://svn.automattic.com/wordpress/trunk@17558 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2011-03-25 20:32:07 +00:00
parent 62f2f81ad9
commit 0aa3cc7f09
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

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;