Opened 17 years ago
Closed 17 years ago
#1763 closed defect (bug) (fixed)
Layout for secondary activity permalinks get cut off
| Reported by: | r-a-y | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2 |
| Component: | Version: | ||
| Severity: | Keywords: | ||
| Cc: |
Description
As reported by anointed, the activity content for secondary activity permalinks get cut off.
http://buddypress.org/forums/topic/pages-dont-look-right-missing-info-and-sidebars-even-on-testbporg#post-35405
I did a little detective work in Firebug and found that these CSS snippets work well.
In default.css on line 1029, make sure the height is 100px:
.activity-list li.mini {height:100px;}
Also I'd add this to line 1082 of default.css:
.activity-list li.mini .activity-content {padding:35px 15px;}
}}}
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [2540]) Fixes #1763