Make WordPress Core

Ticket #19386: 19386.semifluid.diff

File 19386.semifluid.diff, 4.8 KB (added by helenyhou, 13 years ago)
  • wp-admin/css/wp-admin-rtl.dev.css

     
    13721372        float: right;
    13731373}
    13741374
    1375 .about-wrap .feature-section .left-feature {
    1376         margin-right: 0;
    1377         margin-left: 10%;
    1378 }
    1379 
    1380 .about-wrap .feature-section .right-feature {
    1381         margin-left: 0;
    1382         margin-right: 9%;
    1383 }
    1384 
    13851375.about-wrap .feature-section.angled-left .left-feature,
    13861376.about-wrap .feature-section.angled-right .left-feature {
    13871377        margin-right: 0;
  • wp-admin/css/wp-admin.dev.css

     
    48284828.about-wrap {
    48294829        position: relative;
    48304830        margin: 25px 40px 0 20px;
    4831         width: 770px;
     4831        min-width: 770px;
     4832        max-width: 1200px; /* readability */
    48324833       
    48334834        font-size: 15px;
    48344835}
     
    49464947        border-radius: 3px;
    49474948}
    49484949
    4949 .about-wrap .feature-section.angled-right {
    4950         margin-top: -10.5em;
    4951 }
    4952 .about-wrap .feature-section.angled-right .left-feature {
    4953         padding-top: 9.5em;
    4954 }
    4955 .about-wrap .feature-section.angled-right img,
    4956 .about-wrap .feature-section.angled-left img {
    4957         margin-top: 1.5em;
    4958 }
    4959 
    4960 .about-wrap .feature-section.angled-left .left-feature,
    4961 .about-wrap .feature-section.angled-right .left-feature {
    4962         margin-right: 3%;
    4963 }
    4964 .about-wrap .feature-section.angled-left .right-feature,
    4965 .about-wrap .feature-section.angled-right .right-feature {
    4966         margin-left: 3%;
    4967 }
    4968 .about-wrap .feature-section .left-feature {
    4969         margin-right: 5%;
    4970 }
    4971 .about-wrap .feature-section .right-feature {
    4972         margin-left: 5%;
    4973         float: right;
    4974 }
    4975 
    4976 .about-wrap .feature-section.angled-left .left-feature,
    4977 .about-wrap .feature-section.angled-right .right-feature {
    4978         width: 27%;
    4979 }
    4980 .about-wrap .feature-section.angled-left .right-feature,
    4981 .about-wrap .feature-section.angled-right .left-feature {
    4982         width: 32%;
    4983 }
    4984 
    49854950.about-wrap .feature-section.three-col {
    49864951        padding-top: 15px;
    49874952        margin-bottom: 0;
     
    49964961        margin:  0 0 0.6em 0;
    49974962}
    49984963.about-wrap .feature-section.three-col img {
    4999         margin: 0.5em 3px 1em 0;
     4964        float: none;
     4965        margin: 0.5em 0;
    50004966        max-width: 100%;
    50014967}
    50024968.about-wrap .feature-section.three-col .last-feature {
  • wp-admin/about.php

     
    5757<div class="changelog">
    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 images-stagger-left">
     61                <div class="feature-images">
     62                        <img src="images/screenshots/admin-flyouts.png" class="angled-left" />
     63                        <img src="images/screenshots/help-screen.png" class="angled-right" />
    6464                </div>
    65                 <img src="images/screenshots/admin-flyouts.png" />
    6665                <div class="right-feature">
    67                         <h4><?php _e( 'Responsive Design' ); ?></h4>
    68                         <p><?php _e( 'Certain dashboard screens have been updated to look better at various sizes, including improved iPad/tablet support.' ); ?></p>
    69                 </div>
    70         </div>
    71        
    72         <div class="feature-section angled-right">
    73                 <div class="left-feature">
     66                        <h4><?php _e( 'Flyout Menus' ); ?></h4>
     67                        <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>
     68                       
    7469                        <h4><?php _e( 'Header + Admin Bar = Toolbar' ); ?></h4>
    7570                        <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">
     71                       
    7972                        <h4><?php _e( 'Help Tabs' ); ?></h4>
    8073                        <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>
     74                       
     75                        <h4><?php _e( 'Responsive Design' ); ?></h4>
     76                        <p><?php _e( 'Certain dashboard screens have been updated to look better at various sizes, including improved iPad/tablet support.' ); ?></p>
    8177                </div>
    82         </div>
     78
    8379</div>
    8480
    8581<div class="changelog">