Skip to:
Content

BuddyPress.org

Changeset 2453


Ignore:
Timestamp:
01/25/2010 04:41:21 PM (15 years ago)
Author:
apeatling
Message:

Style tweaks.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-signup.php

    r2452 r2453  
    271271
    272272    if ( locate_template( array( 'registration/register.php' ), false ) || locate_template( array( 'register.php' ), false ) )
    273         wp_redirect( bp_get_root_domain() . '/' . BP_REGISTER_SLUG );
     273        wp_redirect( bp_get_root_domain() . '/' . BP_REGISTER_SLUG . '/' );
    274274}
    275275if ( bp_core_is_multisite() )
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r2448 r2453  
    2525}
    2626
    27 h1 { font-size: 28px; margin-bottom: 35px; }
    28 h2 { font-size: 24px; margin-bottom: 30px; }
     27h1 { font-size: 28px; margin-bottom: 25px; }
     28h2 { font-size: 24px; margin-bottom: 20px; }
    2929h3 { font-size: 20px; }
    3030h4 { font-size: 16px; margin-bottom: 15px; }
     
    296296    div#item-header h2 {
    297297        font-size: 28px;
    298         margin: 5px 0 15px 0;
     298        margin: 0 0 15px 0;
     299        line-height: 120%;
    299300    }
    300301        div#item-header h2 a {
     
    309310
    310311    div#item-header span.activity {
    311         margin: 0 0 -2px 4px;
     312        margin: 0 0 5px 4px;
    312313        vertical-align: bottom;
    313314        font-size: 11px;
     
    315316        line-height: 170%;
    316317    }
     318        .groups div#item-header span.activity { margin-bottom: -2px; }
    317319
    318320    div#item-header div#item-meta {
    319321        font-size: 14px;
    320322        color: #aaa;
    321         margin: 15px 0 5px 0;
    322323        padding-bottom: 10px;
    323324        overflow: hidden;
     325        margin: 15px 0 5px 0;
    324326    }
    325327
     
    14931495div#topic-meta {
    14941496    position: relative;
     1497    padding: 5px 0;
    14951498}
    14961499    div#topic-meta h3 {
  • trunk/bp-themes/bp-default/groups/create.php

    r2428 r2453  
    6161                    <?php endif; ?>
    6262
    63                     <h3><?php _e( 'Privacy Options', 'buddypress' ); ?></h3>
     63                    <hr />
     64
     65                    <h4><?php _e( 'Privacy Options', 'buddypress' ); ?></h4>
    6466
    6567                    <div class="radio">
  • trunk/bp-themes/bp-default/registration/register.php

    r2389 r2453  
    2424                    <?php /***** Basic Account Details ******/ ?>
    2525
    26                     <h3><?php _e( 'Account Details', 'buddypress' ) ?></h3>
     26                    <h4><?php _e( 'Account Details', 'buddypress' ) ?></h4>
    2727
    2828                    <label for="signup_username"><?php _e( 'Username', 'buddypress' ) ?> <?php _e( '(required)', 'buddypress' ) ?></label>
     
    5353                <div class="register-section" id="profile-details-section">
    5454
    55                     <h3><?php _e( 'Profile Details', 'buddypress' ) ?></h3>
     55                    <h4><?php _e( 'Profile Details', 'buddypress' ) ?></h4>
    5656
    5757                    <?php /* Use the profile field loop to render input fields for the 'base' profile field group */ ?>
     
    169169                    <div class="register-section" id="blog-details-section">
    170170
    171                         <h3><?php _e( 'Blog Details', 'buddypress' ) ?></h3>
     171                        <h4><?php _e( 'Blog Details', 'buddypress' ) ?></h4>
    172172
    173173                        <p><input type="checkbox" name="signup_with_blog" id="signup_with_blog" value="1"<?php if ( (int) bp_get_signup_with_blog_value() ) : ?> checked="checked"<?php endif; ?> /> <?php _e( 'Yes, I\'d like to create a new blog', 'buddypress' ) ?></p>
     
    230230                    <?php if ( 'upload-image' == bp_get_avatar_admin_step() ) : ?>
    231231
    232                         <h3><?php _e( 'Your Current Avatar', 'buddypress' ) ?></h3>
     232                        <h4><?php _e( 'Your Current Avatar', 'buddypress' ) ?></h4>
    233233                        <p><?php _e( "We've fetched an avatar for your new account. If you'd like to change this, why not upload a new one?", 'buddypress' ) ?></p>
    234234
Note: See TracChangeset for help on using the changeset viewer.