Skip to:
Content

BuddyPress.org

Changeset 1043


Ignore:
Timestamp:
02/09/2009 09:42:02 PM (16 years ago)
Author:
apeatling
Message:

Fixes #435

Location:
trunk/bp-xprofile
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-classes.php

    r1036 r1043  
    709709                    <h3><label for="description"><?php _e("Field Description", 'buddypress') ?></label></h3>
    710710                    <div id="titlewrap">
    711                         <textarea name="description" id="description" rows="8" cols="60" style="border: 1px solid #ddd; width: 85%;"><?php echo $this->desc ?></textarea>
     711                        <textarea name="description" id="description" rows="8" cols="60"> <?php echo $this->desc ?></textarea>
    712712                    </div>
    713713                </div>
  • trunk/bp-xprofile/css/admin.css

    r309 r1043  
    7979    top: -2px;
    8080}
     81
     82textarea#description {
     83    border: 1px solid #ddd;
     84    width: 85%;
     85}
Note: See TracChangeset for help on using the changeset viewer.