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:
nacin
2010-12-19 21:11:24 +00:00
parent e4f7310d27
commit 556cc65745
6 changed files with 51 additions and 26 deletions

View File

@@ -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;
}