[buddypress-trac] [BuddyPress] #3242: blog comment spacing does not match activity stream spacing

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Sun May 22 17:38:39 UTC 2011


#3242: blog comment spacing does not match activity stream spacing
---------------------+-----------------
  Reporter:  DJPaul  |      Owner:
      Type:  defect  |     Status:  new
  Priority:  normal  |  Milestone:  1.3
 Component:  Theme   |    Version:  1.3
Resolution:          |   Keywords:
---------------------+-----------------

Comment (by hnla):

 Issue was with the div enclosing a img.avatar. On activity stream
 .activity-avatar was not styled, on post comments it had bottom margin and
 enclosed it's floated children, img.avatar also had a greater margin-
 bottom.

 Patch attached.

 Added a ruleset for .activity-avatar and have had to split styles between
 it and img.avatar to make a match with the post comment styling, and
 reduce the margin top of the activity-header.

 One issue surfaced when a long group title was added for a new test group
 as it pushed the view.delete links behind the fav button so have added a
 margin-right to clear it.

 This isn't ideal, a margin of 130px was required to clear the possibility
 of both 'reply' & 'fav' buttons displayed, better solution is to re factor
 the flow of the activity-meta element so it can be floated on the same
 line or move the element to the bottom using pos:absolute where it won't
 interfere with anything.

-- 
Ticket URL: <https://trac.buddypress.org/ticket/3242#comment:5>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list