Changeset 4888
- Timestamp:
- 07/28/2011 08:14:50 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-template.php
r4877 r4888 578 578 579 579 if ( !isset( $height ) && !isset( $width ) ) { // Backpat 580 if ( 'full' == $type ) {580 if ( 'full' == $type || ( 'thumb' == $type && bp_is_single_activity() ) ) { 581 581 $height = $bp->avatar->full->height; 582 582 $width = $bp->avatar->full->width; -
trunk/bp-themes/bp-default/_inc/css/default-rtl.css
r4871 r4888 463 463 } 464 464 body.activity-permalink .activity-list li .activity-content { 465 margin-right: 1 35px;465 margin-right: 185px; 466 466 margin-left: 0; 467 467 } … … 504 504 } 505 505 body.activity-permalink div.activity-comments { 506 margin-right: 1 35px;506 margin-right: 185px; 507 507 margin-left: 0; 508 508 } -
trunk/bp-themes/bp-default/_inc/css/default.css
r4887 r4888 1130 1130 width: 20px; 1131 1131 } 1132 .activity-permalink .activity-list li.mini .activity-avatar img.avatar, 1133 .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic { 1134 height: auto; 1135 margin-left: 0; 1136 width: auto; 1137 } 1132 1138 body.activity-permalink .activity-list > li:first-child { 1133 1139 padding-top: 0; … … 1181 1187 line-height: 150%; 1182 1188 min-height: 35px; 1183 margin-left: 1 35px;1189 margin-left: 185px; 1184 1190 margin-right: 0; 1185 1191 padding: 15px; … … 1317 1323 body.activity-permalink div.activity-comments { 1318 1324 background: none; 1319 margin-left: 1 35px;1325 margin-left: 185px; 1320 1326 width: auto; 1321 1327 }
Note: See TracChangeset
for help on using the changeset viewer.