Changeset 2265
- Timestamp:
- 01/06/2010 09:32:33 AM (15 years ago)
- Location:
- trunk/bp-themes/bp-default
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/adminbar.css
r2263 r2265 23 23 } 24 24 body.activity-permalink #wp-admin-bar .padder { 25 min-width: 500px;25 min-width: 600px; 26 26 max-width: 760px; 27 27 } -
trunk/bp-themes/bp-default/_inc/css/default.css
r2263 r2265 17 17 } 18 18 body.activity-permalink { 19 min-width: 500px;19 min-width: 600px; 20 20 max-width: 760px; 21 21 } … … 376 376 } 377 377 ul.single-line li { border: none; } 378 body.activity-permalink ul.item-list li { padding-top: 0; } 378 379 379 380 ul.item-list li img.avatar { … … 981 982 } 982 983 983 body.activity-permalink .activity-list li .mini.activity-avatar img.avatar,984 body.activity-permalink .activity-list li .mini.activity-avatar img.FB_profile_pic {985 width: 50px;986 height: 50px;987 margin-left: 30px;984 body.activity-permalink .activity-list li .activity-avatar img.avatar, 985 body.activity-permalink .activity-list li .activity-avatar img.FB_profile_pic { 986 width: 100px; 987 height: 100px; 988 margin-left: 0; 988 989 } 989 990 … … 1001 1002 right: 0; 1002 1003 } 1004 body.activity-permalink .activity-list li.mini .activity-meta { 1005 position: absolute; 1006 right: 15px; 1007 } 1003 1008 1004 1009 .activity-list li.mini .activity-comments { … … 1034 1039 height: 60px; 1035 1040 } 1041 body.activity-permalink .activity-list .activity-avatar img { 1042 width: 100px; 1043 height: 100px; 1044 } 1036 1045 1037 1046 .activity-list .activity-content { 1038 1047 margin-left: 70px; 1039 1048 } 1040 body.activity-permalink .activity- content {1049 body.activity-permalink .activity-list li .activity-content { 1041 1050 -moz-border-radius: 4px; 1042 1051 -webkit-border-radius: 4px; … … 1046 1055 border-bottom: 1px solid #ddd; 1047 1056 border-right: 1px solid #ddd; 1048 margin-left: 80px;1057 margin-left: 135px; 1049 1058 font-size: 16px; 1050 1059 line-height: 150%; 1051 overflow: hidden; 1052 width: auto; 1053 } 1060 min-height: 35px; 1061 margin-right: 0; 1062 } 1063 body.activity-permalink .activity-list li .activity-content p { 1064 background: url( ../images/activity_arrow.gif ) top left no-repeat; 1065 margin-left: -35px; 1066 padding: 5px 0 0 38px; 1067 height: 35px; 1068 margin-bottom: 0; 1069 } 1054 1070 1055 1071 .activity-list .activity-content > p:first-child, … … 1100 1116 margin: 15px 0 15px 5px; 1101 1117 } 1118 body.activity-permalink .activity-content .activity-inner, 1119 body.activity-permalink .activity-content blockquote { 1120 margin-top: 5px; 1121 } 1102 1122 1103 1123 .activity-list li.load-more { … … 1176 1196 body.activity-permalink div.activity-comments { 1177 1197 width: auto; 1178 margin-left: 80px;1198 margin-left: 135px; 1179 1199 background: none; 1180 1200 } … … 1191 1211 div.activity-comments ul li { 1192 1212 border-top: 2px solid #fff; 1193 padding: 10px 0;1213 padding: 10px 15px 10px 0; 1194 1214 margin-left: 15px; 1195 1215 } 1196 1216 body.activity-permalink div.activity-comments ul li { 1197 padding: 15px 0;1217 padding: 15px 15px 15px 0; 1198 1218 } 1199 1219 -
trunk/bp-themes/bp-default/activity/entry.php
r2234 r2265 1 <?php /* This template is used by permalink pages and AJAX functions to load in new updates */ ?> 1 <?php /* This template is used by activity-loop.php and AJAX functions to show each activity */ ?> 2 2 3 <li class="<?php bp_activity_css_class() ?>" id="activity-<?php bp_activity_id() ?>"> 3 4 <div class="activity-avatar"> 4 <?php bp_activity_avatar( 'type=full&width= 60&height=60' ) ?>5 <?php bp_activity_avatar( 'type=full&width=100&height=100' ) ?> 5 6 </div> 6 7 -
trunk/bp-themes/bp-default/groups/single/home.php
r2197 r2265 24 24 <?php do_action( 'template_notices' ) ?> 25 25 26 <?php if ( bp_is_group_admin_page() ) : ?>26 <?php if ( bp_is_group_admin_page() && bp_group_is_visible() ) : ?> 27 27 <?php locate_template( array( 'groups/single/admin.php' ), true ) ?> 28 28 29 <?php elseif ( bp_is_group_members() ) : ?>29 <?php elseif ( bp_is_group_members() && bp_group_is_visible() ) : ?> 30 30 <?php locate_template( array( 'groups/single/members.php' ), true ) ?> 31 31 32 <?php elseif ( bp_is_group_invites() ) : ?>32 <?php elseif ( bp_is_group_invites() && bp_group_is_visible() ) : ?> 33 33 <?php locate_template( array( 'groups/single/send-invites.php' ), true ) ?> 34 35 <?php elseif ( bp_is_group_forum() && bp_group_is_visible() ) : ?> 36 <?php locate_template( array( 'groups/single/forum.php' ), true ) ?> 34 37 35 38 <?php elseif ( bp_is_group_membership_request() ) : ?> 36 39 <?php locate_template( array( 'groups/single/request-membership.php' ), true ) ?> 37 40 38 <?php elseif ( bp_ is_group_forum() ) : ?>39 <?php locate_template( array( 'groups/single/ forum.php' ), true ) ?>41 <?php elseif ( bp_group_is_visible() ) : ?> 42 <?php locate_template( array( 'groups/single/activity.php' ), true ) ?> 40 43 41 44 <?php else : ?> 42 <?php locate_template( array( 'groups/single/activity.php' ), true ) ?> 43 45 <p>This group is not visible.</p> 44 46 <?php endif; ?> 45 47
Note: See TracChangeset
for help on using the changeset viewer.