Make WordPress Core

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)

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

Download all attachments as: .zip

Change History (7)

@ocean90
15 years ago

#1 @ocean90
15 years ago

  • Keywords needs-testing removed
  • Milestone Awaiting Review3.3
  • Priority normallow
  • Severity normalminor

#2 @nacin
15 years ago

  • Keywords commit added

#3 @koopersmith
15 years ago

Thumbs up.

#4 @westi
15 years ago

Looks great

#5 @nacin
15 years ago

  • Keywords dev-reviewed added

#6 @ryan
15 years ago

  • Owner set to ryan
  • Resolutionfixed
  • Status newclosed

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.