Skip to:
Content

BuddyPress.org

Changeset 6620


Ignore:
Timestamp:
12/10/2012 05:18:09 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Force max-width: none; on more jcrop img elements. Props boonebgorges. Fixes #4708.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-cssjs.php

    r6600 r6620  
    131131        #avatar-crop-pane { width: <?php echo bp_core_avatar_full_width() ?>px; height: <?php echo bp_core_avatar_full_height() ?>px; overflow: hidden; }
    132132        #avatar-crop-submit { margin: 20px 0; }
     133        .jcrop-holder img,
     134        #avatar-crop-pane img,
    133135        #avatar-upload-form img,
    134136        #create-group-form img,
Note: See TracChangeset for help on using the changeset viewer.