Opened 15 years ago
Closed 15 years ago
#19435 closed defect (bug) (fixed)
wpadminbar avatar image - stylesheet declaration
| Reported by: | DoctorDR | Owned by: | ryan |
|---|---|---|---|
| Priority: | low | Milestone: | 3.3 |
| Component: | Toolbar | Version: | 3.3 |
| Severity: | minor | Keywords: | has-patch commit dev-reviewed |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
WordPress 3.2 has
display: inlinetoo.http://core.trac.wordpress.org/browser/branches/3.2/wp-includes/css/admin-bar.dev.css#L205