Skip to:
Content

BuddyPress.org

Changeset 8334


Ignore:
Timestamp:
04/30/2014 09:25:25 PM (12 years ago)
Author:
boonebgorges
Message:

Improve layout of Welcome screen, for greater consistency across browsers and WP versions

Fixes #5561

Props mercime

File:
1 edited

Legend:

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

    r8286 r8334  
    555555
    556556                                <div class="feature-section col two-col">
    557                                         <div>
     557                                        <div class="col-1">
    558558                                                <h4><?php esc_html_e( 'Extended Profiles in Admin', 'buddypress' ); ?></h4>
    559559                                                <p><?php esc_html_e( 'Site administrators can edit members&#8217; xProfile data at Dashboard > Users > Extended Profiles.', 'buddypress' ); ?></p>
    560                                                 <img src="<?php echo $image_base ?>admin-xprofile.jpg" style="width:90%" />
     560                                                <img src="<?php echo $image_base ?>admin-xprofile.jpg" style="width:95%" />
    561561                                        </div>
    562562
    563                                         <div class="last-feature">
     563                                        <div class="col-2 last-feature">
    564564                                                <h4><?php esc_html_e( 'Registration Management', 'buddypress' ); ?></h4>
    565565                                                <p><?php esc_html_e( 'Perform common tasks with pending signups - including resending activation emails and manually activating accounts - on the new Pending tab of Dashboard > Users.', 'buddypress' ); ?></p>
    566                                                 <img src="<?php echo $image_base ?>users-pending.jpg" style="width:90%" />
     566                                                <img src="<?php echo $image_base ?>users-pending.jpg" style="width:95%" />
    567567                                        </div>
    568568                                </div>
    569569
    570570                                <div class="feature-section col two-col">
    571                                         <div>
     571                                        <div class="col-1">
    572572                                                <h4><?php esc_html_e( 'BuddyPress Repair Tools', 'buddypress' ); ?></h4>
    573573                                                <p><?php esc_html_e( 'Dashboard > Tools > BuddyPress contains a number of tools for correcting data that occasionally gets out of sync on BP installs.', 'buddypress' ); ?></p>
    574                                                 <img src="<?php echo $image_base ?>tools-buddypress.jpg" style="width:90%" />
     574                                                <img src="<?php echo $image_base ?>tools-buddypress.jpg" style="width:95%" />
    575575                                        </div>
    576576
    577                                         <div class="feature-section col two-col">
     577                                        <div class="col-2 last-feature">
    578578                                                <h4><?php esc_html_e( 'Mark Spammers in Admin', 'buddypress' ); ?></h4>
    579579                                                <p><?php esc_html_e( 'Admins on non-Multisite installations can now perform spam actions from Dashboard > Users > All Users.', 'buddypress' ); ?></p>
    580                                                 <img src="<?php echo $image_base ?>user-mark-spam.jpg" style="width:90%" />
     580                                                <img src="<?php echo $image_base ?>user-mark-spam.jpg" style="width:95%" />
    581581                                        </div>
    582582                                </div>
     
    589589                                <h2 class="about-headline-callout"><?php esc_html_e( 'A More Dynamic Activity Stream', 'buddypress' ); ?></h2>
    590590                                <div class="feature-section col two-col">
    591                                         <div>
     591                                        <div class="col-1">
    592592                                                <p><?php esc_html_e( 'Spend a lot of time viewing the activity stream? BuddyPress 2.0 automatically lets you know when new items are waiting to be loaded.', 'buddypress' ); ?></p>
    593593
     
    597597                                        </div>
    598598
    599                                         <div class="feature-section col two-col">
    600                                                 <img src="<?php echo $image_base ?>load-newest.jpg" style="width:90%" />
     599                                        <div class="col-2 last-feature">
     600                                                <img src="<?php echo $image_base ?>load-newest.jpg" />
    601601                                        </div>
    602602                                </div>
Note: See TracChangeset for help on using the changeset viewer.