[buddypress-trac] [BuddyPress] #1893: width problem on activity page : view an activity
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Wed Feb 10 15:16:10 UTC 2010
#1893: width problem on activity page : view an activity
------------------------------+---------------------------------------------
Reporter: ikkeook | Owner:
Type: defect | Status: new
Priority: minor | Milestone: 1.2
Keywords: css width problem |
------------------------------+---------------------------------------------
when you go to a view in activity page (URL something like :
http://domain.com/members/admin/activity/1/ ) the page width is set to
960px. This is always : 1250px
This by using default.css (line18)
body.activity-permalink {
max-width:960px;
min-width:960px;
}
TO SOLVE the problem: UPDATE CSS to max-width:1250px;
--
Ticket URL: <http://trac.buddypress.org/ticket/1893>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list