Changeset 1043
- Timestamp:
- 02/09/2009 09:42:02 PM (16 years ago)
- Location:
- trunk/bp-xprofile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-classes.php
r1036 r1043 709 709 <h3><label for="description"><?php _e("Field Description", 'buddypress') ?></label></h3> 710 710 <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> 712 712 </div> 713 713 </div> -
trunk/bp-xprofile/css/admin.css
r309 r1043 79 79 top: -2px; 80 80 } 81 82 textarea#description { 83 border: 1px solid #ddd; 84 width: 85%; 85 }
Note: See TracChangeset
for help on using the changeset viewer.