#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:

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)

19435.patch (330 bytes) - added by ocean90 18 months ago.

Download all attachments as: .zip

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
  • Keywords commit added

Thumbs up.

Looks great

  • Keywords dev-reviewed added
  • Owner set to ryan
  • Resolution set to fixed
  • Status changed from new to closed

In [19552]:

Force display:inline for wpadminbar avatar image to avoid stomping by themes. Props ocean90. fixes #19435

Note: See TracTickets for help on using tickets.