Skip to:
Content

BuddyPress.org

Changeset 2353


Ignore:
Timestamp:
01/19/2010 11:40:44 AM (15 years ago)
Author:
apeatling
Message:

Fixes #1537 - inconsistent template notice position.

Location:
trunk/bp-themes/bp-default
Files:
5 edited

Legend:

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

    r2337 r2353  
    292292
    293293div#item-header {
    294     margin-bottom: 20px;
    295294    overflow: hidden;
    296295}
    297296    div#item-header img.avatar {
    298297        float: left;
    299         margin: 0 15px 0 0;
     298        margin: 0 15px 15px 0;
    300299    }
    301300
     
    429428    div.item-list-tabs ul li a {
    430429        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;
    437430    }
    438431
     
    491484                    background-position: 88% 50%;
    492485                }
     486
     487    div.item-list-tabs#object-nav {
     488        margin-top: 0;
     489    }
    493490
    494491    div.item-list-tabs#subnav {
     
    581578
    582579div#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}
    588583
    589584div#message p {
  • trunk/bp-themes/bp-default/groups/single/group-header.php

    r2284 r2353  
    3737
    3838<?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  
    1212
    1313            <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">
    1515                    <ul>
    1616                        <?php bp_get_options_nav() ?>
     
    2222
    2323            <div id="item-body">
    24                 <?php do_action( 'template_notices' ) ?>
    25 
    2624                <?php do_action( 'bp_before_group_body' ) ?>
    2725
  • trunk/bp-themes/bp-default/members/single/home.php

    r2284 r2353  
    1111
    1212            <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">
    1414                    <ul>
    1515                        <?php bp_get_user_nav() ?>
  • trunk/bp-themes/bp-default/members/single/member-header.php

    r2284 r2353  
    4141</div>
    4242
    43 <?php do_action( 'bp_after_group_header' ) ?>
     43<?php do_action( 'bp_after_member_header' ) ?>
    4444
    4545<?php do_action( 'template_notices' ) ?>
Note: See TracChangeset for help on using the changeset viewer.