[buddypress-trac] [BuddyPress] #2051: 1.2.1 widget align

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Tue Feb 23 20:32:01 UTC 2010


#2051: 1.2.1 widget align
-------------------+--------------------------------------------------------
Reporter:  chouf1  |       Owner:     
    Type:  defect  |      Status:  new
Priority:  major   |   Milestone:     
Keywords:          |  
-------------------+--------------------------------------------------------
 When the Recently activ widget contains ie. 7 avatars, saying with an
 output of 3 cols, we have 2 lines with 3 avatars and the 7th picture is
 alone on the 4th line, if we add another widget after it in the same
 column, this widget is aligned aside the latest picture.
 This need to be cleared with something like this at the end of the widget
 block:

 {{{ <?php echo '<div style="clear:both;"></div>'; ?>

    <?php echo $after_widget; ?> }}}

 That's what i used in bp-core-widgets.php approx line 127

-- 
Ticket URL: <http://trac.buddypress.org/ticket/2051>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list