Skip to:
Content

BuddyPress.org

Changeset 3645


Ignore:
Timestamp:
01/02/2011 11:19:47 AM (15 years ago)
Author:
djpaul
Message:

Fixes max-width, and ul.activity-list top margin, on the activity stream permalink template. Fixes #2991

Location:
trunk/bp-themes/bp-default/_inc/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/css/adminbar.css

    r3497 r3645  
    2626    min-width: 960px;
    2727    max-width: 1250px;
    28 }
    29 
    30 body#bp-default.activity-permalink #wp-admin-bar .padder {
    31     min-width: 960px;
    32     max-width: 960px;
    3328}
    3429
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r3624 r3645  
    1919    margin: 0 auto;
    2020    padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
    21 }
    22 
    23 body.activity-permalink {
    24     min-width: 960px;
    25     max-width: 960px;
    2621}
    2722
     
    13741369}
    13751370
     1371body.activity-permalink .activity-list > li:first-child {
     1372    padding-top: 0;
     1373}
     1374
    13761375body.activity-permalink .activity-list li .activity-avatar img.avatar,
    13771376body.activity-permalink .activity-list li .activity-avatar img.FB_profile_pic {
Note: See TracChangeset for help on using the changeset viewer.