]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix for education description fields in extended profile.
authorSamantha Doherty <sammy@status.net>
Wed, 16 Mar 2011 17:05:55 +0000 (13:05 -0400)
committerSamantha Doherty <sammy@status.net>
Wed, 16 Mar 2011 17:05:55 +0000 (13:05 -0400)
plugins/ExtendedProfile/css/profiledetail.css
plugins/ExtendedProfile/extendedprofilewidget.php

index 3af9bcba4ae826d33c66369c574973320c320d61..7de7e88ff5a89decab18611e887102e80695d082 100644 (file)
@@ -55,6 +55,7 @@
     float: left;
     padding-top: 2px;
     padding-bottom: 2px;
+    max-width: 350px;
 }
 
 #profiledetailsettings #content table.extended-profile td {
index 1ef6440ed69bc1d3932821eba870866b49c8efed..80d88a9599b3cd7f0e5d0176726626892e3b0a9f 100644 (file)
@@ -442,7 +442,6 @@ class ExtendedProfileWidget extends Form
         );
 
         $this->out->element('div', 'label', _m('Description'));
-        $this->out->element('div', 'field', $field['description']);
 
         $this->out->textarea(
             $id . '-description',