Skip to:
Content

BuddyPress.org

Changeset 8246


Ignore:
Timestamp:
04/06/2014 05:45:23 PM (10 years ago)
Author:
boonebgorges
Message:

Don't let avatar image in Extended Profile dashboard panel exceed container width

This could become a problem when themes are using a blanket declaration to
change the default avatar width on the front end.

Fixes #5486

Props Bowromir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/admin/css/admin.css

    r8242 r8246  
    8383    width:150px;
    8484    margin:0 auto;
     85}
     86
     87div#community-profile-page div#bp_xprofile_user_admin_avatar div.avatar img {
     88    max-width: 100%;
     89    height: auto;
    8590}
    8691
Note: See TracChangeset for help on using the changeset viewer.