Skip to:
Content

BuddyPress.org

Changeset 5160


Ignore:
Timestamp:
09/20/2011 07:14:23 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Add some margin to the top of the new forum setup divs. See #3592.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-admin.php

    r5158 r5160  
    4343        else : ?>
    4444
    45             <div style="width: 45%; float: left;">
     45            <div style="width: 45%; float: left; margin-top: 20px;">
    4646                <h3><?php _e( '(Installed)', 'buddypress' ); ?> <?php _e( 'Forums for Groups', 'buddypress' ) ?></h3>
    4747
     
    6262            </div>
    6363
    64             <div style="width: 45%; float: left; margin-left: 20px; padding: 0 20px 20px 20px; border: 1px solid #ddd; background-color: #fff;">
     64            <div style="width: 45%; float: left; margin: 20px 0 20px 20px; padding: 0 20px 20px 20px; border: 1px solid #ddd; background-color: #fff;">
    6565                <h3><?php _e( 'New! Site Wide Forums', 'buddypress' ) ?></h3>
    6666                <p><?php _e( 'Your site will have central forums that are not isolated to any specific group. Choose this if you\'d like to have a central forum area for your members.', 'buddypress' ) ?></p>
     
    160160            ?>
    161161
    162                 <div style="width: 45%; float: left;">
     162                <div style="width: 45%; float: left;  margin-top: 20px;">
    163163                    <h3><?php _e( 'Forums for Groups', 'buddypress' ) ?></h3>
    164164
     
    180180                </div>
    181181
    182                 <div style="width: 45%; float: left; margin-left: 20px; padding: 0 20px 20px 20px; border: 1px solid #ddd; background-color: #fff;">
     182                <div style="width: 45%; float: left; margin: 20px 0 20px 20px; padding: 0 20px 20px 20px; border: 1px solid #ddd; background-color: #fff;">
    183183                    <h3><?php _e( 'New! Site Wide Forums', 'buddypress' ) ?></h3>
    184184                    <p><?php _e( 'Your site will have central forums that are not isolated to any specific group. Choose this if you\'d like to have a central forum area for your members.', 'buddypress' ) ?></p>
Note: See TracChangeset for help on using the changeset viewer.