Thorough CSS reset of the admin bar to avoid theme conflicts. props ocean90, JohnONolan, filosofo, duck_. fixes #15851.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17064 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -65,11 +65,12 @@
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks li.ab-my-account > a {
|
||||
#wpadminbar .quicklinks li.ab-my-account-with-avatar > a {
|
||||
background: url(../images/admin-bar-sprite-rtl.png?d=11122010) top right no-repeat;
|
||||
}
|
||||
|
||||
#wpadminbar .quicklinks li.ab-my-account > a {
|
||||
#wpadminbar .quicklinks li.ab-my-account > a,
|
||||
#wpadminbar .quicklinks li.ab-my-account-with-avatar > a {
|
||||
border-right: none;
|
||||
border-left: 1px solid #686868;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user