Skip to:
Content

BuddyPress.org

Changeset 1795


Ignore:
Timestamp:
09/04/2009 11:13:43 PM (17 years ago)
Author:
apeatling
Message:

Removing inline avatar crop styles.

Location:
trunk/bp-themes/bp-sn-framework
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-framework/profile/change-avatar.php

    r1761 r1795  
    5252                <img src="<?php bp_avatar_to_crop() ?>" id="avatar-to-crop" class="avatar" alt="<?php _e( 'Avatar to crop', 'buddypress' ) ?>" />
    5353               
    54                 <div id="avatar-crop-pane" style="width:100px;height:100px;overflow:hidden;">
     54                <div id="avatar-crop-pane">
    5555                    <img src="<?php bp_avatar_to_crop() ?>" id="avatar-crop-preview" class="avatar" alt="<?php _e( 'Avatar preview', 'buddypress' ) ?>" />
    5656                </div>
  • trunk/bp-themes/bp-sn-framework/registration/register.php

    r1716 r1795  
    250250                        <img src="<?php bp_avatar_to_crop() ?>" id="avatar-to-crop" class="avatar" alt="<?php _e( 'Avatar to crop', 'buddypress' ) ?>" />
    251251           
    252                         <div id="avatar-crop-pane" style="width:100px;height:100px;overflow:hidden;">
     252                        <div id="avatar-crop-pane">
    253253                            <img src="<?php bp_avatar_to_crop() ?>" id="avatar-crop-preview" class="avatar" alt="<?php _e( 'Avatar preview', 'buddypress' ) ?>" />
    254254                        </div>
Note: See TracChangeset for help on using the changeset viewer.