Make WordPress Core


Ignore:
Timestamp:
11/30/2011 09:19:39 PM (14 years ago)
Author:
koopersmith
Message:

Optimize about pages for a lovely 960px semi-fluid grid. props helenyhou, fixes #19386.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/about.php

    r19442 r19495  
    5858    <h3><?php _e( 'Dashboard Design' ); ?></h3>
    5959   
    60     <div class="feature-section angled-left">
    61         <div class="left-feature">
    62             <h4><?php _e( 'Flyout Menus' ); ?></h4>
    63             <p><?php _e( 'Speed up navigating the dashboard and reduce repetitive clicking with our new flyout submenus. As you hover over each main menu item in your dashboard navigation, the submenus will magically appear, providing single-click access to any dashboard screen.' ); ?></p>
     60    <div class="feature-section text-features">
     61        <h4><?php _e( 'Flyout Menus' ); ?></h4>
     62        <p><?php _e( 'Speed up navigating the dashboard and reduce repetitive clicking with our new flyout submenus. As you hover over each main menu item in your dashboard navigation, the submenus will magically appear, providing single-click access to any dashboard screen.' ); ?></p>
     63       
     64        <div>
     65        <h4><?php _e( 'Header + Admin Bar = Toolbar' ); ?></h4>
     66        <p><?php _e( 'To save space and increase efficiency, we&#8217;ve combined the admin bar and the old Dashboard header into one persistent toolbar. Hovering over the toolbar items will reveal submenus when available for quick access. ' ); ?></p>
    6467        </div>
    65         <img src="images/screenshots/admin-flyouts.png" />
    66         <div class="right-feature">
     68    </div>
     69   
     70    <div class="feature-section screenshot-features">
     71        <div class="angled-left">
     72            <img src="images/screenshots/admin-flyouts.png" />
    6773            <h4><?php _e( 'Responsive Design' ); ?></h4>
    6874            <p><?php _e( 'Certain dashboard screens have been updated to look better at various sizes, including improved iPad/tablet support.' ); ?></p>
    6975        </div>
    70     </div>
    71    
    72     <div class="feature-section angled-right">
    73         <div class="left-feature">
    74             <h4><?php _e( 'Header + Admin Bar = Toolbar' ); ?></h4>
    75             <p><?php _e( 'To save space and increase efficiency, we&#8217;ve combined the admin bar and the old Dashboard header into one persistent toolbar. Hovering over the toolbar items will reveal submenus when available for quick access. ' ); ?></p>
    76         </div>
    77         <img src="images/screenshots/help-screen.png" />
    78         <div class="right-feature">
     76        <div class="angled-right">
     77            <img src="images/screenshots/help-screen.png" />
    7978            <h4><?php _e( 'Help Tabs' ); ?></h4>
    8079            <p><?php _e( 'The Help tabs located in the upper corner of the dashboard screens below your name have gotten a facelift. Help content is broken into smaller sections for easier access, with links to relevant documentation and the support forums always visible.' ); ?></p>
     
    111110        <div>
    112111            <h4><?php _e( 'Better Co-Editing' ); ?></h4>
    113             <img src="images/screenshots/coediting.png" />
     112            <img src="images/screenshots/coediting.png" class="element-screenshot" />
    114113            <p><?php _e( 'Have you ever gone to edit a post after someone else has finished with it, only to get an alert that tells you the other person is still editing the post? From now on, you&#8217;ll only get that alert if another person is still on the editing screen &mdash; no more time lag.' ); ?></p>
    115114        </div>
Note: See TracChangeset for help on using the changeset viewer.