Opened 18 months ago
Closed 18 months ago
#19435 closed defect (bug) (fixed)
wpadminbar avatar image - stylesheet declaration
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 3.3 |
| Component: | Toolbar | Version: | 3.3 |
| Severity: | minor | Keywords: | has-patch commit dev-reviewed |
| 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)
- Keywords needs-testing removed
- Milestone changed from Awaiting Review to 3.3
- Priority changed from normal to low
- Severity changed from normal to minor
comment:3
koopersmith — 18 months ago
Thumbs up.
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