#18925 closed defect (bug) (fixed)
Admin bar gravatar css overridden by theme
Reported by: |
|
Owned by: |
|
---|---|---|---|
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)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Maybe we need some more resets.