Skip to:
Content

BuddyPress.org

Changeset 6839


Ignore:
Timestamp:
03/05/2013 01:55:10 PM (13 years ago)
Author:
boonebgorges
Message:

Improved avatar appearance on Messages lists when using theme compat

Some WP themes accomplish responsiveness for images by using a max-width: 100%;
attribute for all images in the content area. (Twenty Twelve is an example.)
This declaration causes problems for the way that the Messages screen markup
is built, so that the container element for the avatar has no width, and thus
the avatar doesn't show up on Webkit browsers.

Fixes #4790

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-templates/bp-legacy/css/buddypress.css

    r6827 r6839  
    13301330        text-align: right;
    13311331}
    1332 
     1332#buddypress #message-threads img.avatar {
     1333        max-width: none;
     1334}
    13331335#buddypress div.message-search {
    13341336        float: right;
Note: See TracChangeset for help on using the changeset viewer.