Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#19435 closed defect (bug) (fixed)

wpadminbar avatar image - stylesheet declaration

Reported by: doctordr's profile DoctorDR Owned by: ryan's profile ryan
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)

19435.patch (330 bytes) - added by ocean90 13 years ago.

Download all attachments as: .zip

Change History (7)

@ocean90
13 years ago

#1 @ocean90
13 years ago

  • Keywords needs-testing removed
  • Milestone changed from Awaiting Review to 3.3
  • Priority changed from normal to low
  • Severity changed from normal to minor

#2 @nacin
13 years ago

  • Keywords commit added

#3 @koopersmith
13 years ago

Thumbs up.

#4 @westi
13 years ago

Looks great

#5 @nacin
13 years ago

  • Keywords dev-reviewed added

#6 @ryan
13 years ago

  • 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.