diff --git bp-core/bp-core-cssjs.php bp-core/bp-core-cssjs.php
index 29aab6b..ef9498c 100644
|
|
function bp_core_add_cropper_inline_css() { |
128 | 128 | |
129 | 129 | <style type="text/css"> |
130 | 130 | .jcrop-holder { float: left; margin: 0 20px 20px 0; text-align: left; } |
| 131 | .jcrop-holder img, #avatar-crop-pane img { max-width: none; } |
131 | 132 | #avatar-crop-pane { width: <?php echo bp_core_avatar_full_width() ?>px; height: <?php echo bp_core_avatar_full_height() ?>px; overflow: hidden; } |
132 | 133 | #avatar-crop-submit { margin: 20px 0; } |
133 | 134 | #avatar-upload-form img, |