Opened 12 years ago
Closed 12 years ago
#19435 closed defect (bug) (fixed)
wpadminbar avatar image - stylesheet declaration
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.3 | Priority: | low |
Severity: | minor | Version: | 3.3 |
Component: | Toolbar | Keywords: | has-patch commit dev-reviewed |
Focuses: | Cc: |
Description
A theme I was developing managed to cause display:block to be inherited on img class "avatar". Thereby resulting in the avatar image being dropped to a second line underneath the admin bar, breaking out of the #wpadminbar container.
This can be resolved by adding a display:inline to the following declaration in admin-bar.css
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
WordPress 3.2 has
display: inline
too.http://core.trac.wordpress.org/browser/branches/3.2/wp-includes/css/admin-bar.dev.css#L205