Changeset 2353
- Timestamp:
- 01/19/2010 11:40:44 AM (15 years ago)
- Location:
- trunk/bp-themes/bp-default
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/default.css
r2337 r2353 292 292 293 293 div#item-header { 294 margin-bottom: 20px;295 294 overflow: hidden; 296 295 } 297 296 div#item-header img.avatar { 298 297 float: left; 299 margin: 0 15px 00;298 margin: 0 15px 15px 0; 300 299 } 301 300 … … 429 428 div.item-list-tabs ul li a { 430 429 text-decoration: none; 431 }432 433 div.item-list-tabs#user-nav,434 div.item-list-tabs#group-nav {435 margin-top: 15px;436 margin-bottom: 0;437 430 } 438 431 … … 491 484 background-position: 88% 50%; 492 485 } 486 487 div.item-list-tabs#object-nav { 488 margin-top: 0; 489 } 493 490 494 491 div.item-list-tabs#subnav { … … 581 578 582 579 div#message { 583 margin: 15px 0 25px 0; 584 } 585 div#message.error { 586 margin-top: 0; 587 } 580 clear: both; 581 margin: 15px 0; 582 } 588 583 589 584 div#message p { -
trunk/bp-themes/bp-default/groups/single/group-header.php
r2284 r2353 37 37 38 38 <?php do_action( 'bp_after_group_header' ) ?> 39 40 <?php do_action( 'template_notices' ) ?> -
trunk/bp-themes/bp-default/groups/single/home.php
r2287 r2353 12 12 13 13 <div id="item-nav"> 14 <div class="item-list-tabs no-ajax" id=" sub-nav">14 <div class="item-list-tabs no-ajax" id="object-nav"> 15 15 <ul> 16 16 <?php bp_get_options_nav() ?> … … 22 22 23 23 <div id="item-body"> 24 <?php do_action( 'template_notices' ) ?>25 26 24 <?php do_action( 'bp_before_group_body' ) ?> 27 25 -
trunk/bp-themes/bp-default/members/single/home.php
r2284 r2353 11 11 12 12 <div id="item-nav"> 13 <div class="item-list-tabs no-ajax" id=" user-nav">13 <div class="item-list-tabs no-ajax" id="object-nav"> 14 14 <ul> 15 15 <?php bp_get_user_nav() ?> -
trunk/bp-themes/bp-default/members/single/member-header.php
r2284 r2353 41 41 </div> 42 42 43 <?php do_action( 'bp_after_ group_header' ) ?>43 <?php do_action( 'bp_after_member_header' ) ?> 44 44 45 45 <?php do_action( 'template_notices' ) ?>
Note: See TracChangeset
for help on using the changeset viewer.