Skip to:
Content

BuddyPress.org

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#1659 closed defect (bug) (fixed)

Comment backshade width consistency - Frontpage and Profile

Reported by: Ezd Owned by:
Priority: trivial Milestone: 1.2
Component: Version:
Severity: Keywords:
Cc:

Description

The backshade behind comments is very wide in the profile and narrow on the frontpage. This might or might not be a "bug" but the backshade should probably be the same width since both pages uses the same column width. The small change would make these 2 pages more consistent. Personally I prefer the narrow backshade width which just looks an inch "lighter".

Change History (3)

#1 @luccame
17 years ago

  • Priority minortrivial

this is caused by

body.internal-page div.activity-comments {width:auto;}

overriding

div.activity-comments {width:75%;}

in default.css

#2 @apeatling
17 years ago

  • Resolutionfixed
  • Status newclosed

(In [2517]) Fixes #1659

#3 @apeatling
17 years ago

I'm making both full width, since this is better for threading.

Note: See TracTickets for help on using tickets.