Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1600 closed defect (bug) (fixed)

White line between comments

Reported by: ezd's profile Ezd Owned by:
Milestone: 1.2 Priority: trivial
Severity: Version:
Component: Keywords: has-patch
Cc:

Description

I think it's a bit strange that the white line between each comment has a different width/right-padding. Especially in the right side. Maybe it should just go all the way through. Right now the white line becomes shorter as reply's are getting deeper in the thread.

Example: http://testbp.org/members/andy/activity/57250/

It's the same thing if your viewing it in the wide and narrow design.

Change History (6)

#1 @Ezd
15 years ago

Another thread where the white lines looks a bit crazy: http://testbp.org/members/luccame/activity/59750/

#2 @apeatling
15 years ago

  • Keywords needs-patch added

Any CSS gurus willing to take a shot at this?

#3 @sbrajesh
15 years ago

  • Keywords has-patch added; needs-patch removed

hi Andy, well here you go.
Change the css in default.css line 1234 to this one

body.activity-permalink div.activity-comments ul li {
padding:15px 0 15px 0;
}
We are just removing the right padding, and It works perfectly on the example pages.
well now don't call me css guru :D

#4 @apeatling
15 years ago

  • Priority changed from minor to trivial

#5 @apeatling
15 years ago

Unfortunately this fix didn't work, and causes the text to ram up against the right edge.

#6 @apeatling
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.