Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#18925 closed defect (bug) (fixed)

Admin bar gravatar css overridden by theme

Reported by: gluten's profile gluten Owned by: azaozz's profile azaozz
Milestone: 3.3 Priority: normal
Severity: normal Version: 3.3
Component: Administration Keywords: has-patch
Focuses: Cc:

Description

I am currently testing the Arthemia theme with the latest nightly build of WordPress and the gravatar image formatting in the admin bar when viewing the site appears to be messed up due to the following css in the theme:

.avatar {
    float: left;
}

I've attached a screenshot showing how the profile image appears when viewing the site.

Resetting the image's float property seems to resolve the issue:

#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
    float: none;
}

Attachments (2)

Screen shot 2011-10-12 at 4.55.51 PM.png (11.0 KB) - added by gluten 12 years ago.
gravatar-float-reset.patch (371 bytes) - added by gluten 12 years ago.

Download all attachments as: .zip

Change History (5)

#1 follow-up: @ocean90
12 years ago

  • Component changed from General to Administration
  • Milestone changed from Awaiting Review to 3.3

Maybe we need some more resets.

#2 @azaozz
12 years ago

  • Owner set to azaozz
  • Resolution set to fixed
  • Status changed from new to closed

In [18981]:

No float for the admin bar gravatar image, props gluten, fixes #18925

#3 in reply to: ↑ 1 @azaozz
12 years ago

Replying to ocean90:

Maybe we need some more resets.

Yes, lets take them one at a time.

Note: See TracTickets for help on using tickets.