mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Fix admin bar styling when no avatars are in use. props ocean90, see #15611.
git-svn-id: https://develop.svn.wordpress.org/trunk@16913 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -29,11 +29,11 @@
|
||||
border-left-color: #686868;
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks li.ab-my-account a img.avatar {
|
||||
#wpadminbar .quicklinks li.ab-my-account-with-avatar a img {
|
||||
margin: -2px -5px 0 23px;
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks li.ab-my-account ul {
|
||||
#wpadminbar .quicklinks li.ab-my-account-with-avatar ul {
|
||||
left: auto;
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user