Ticket #19386: 19386.semifluid.diff
File 19386.semifluid.diff, 4.8 KB (added by , 13 years ago) |
---|
-
wp-admin/css/wp-admin-rtl.dev.css
1372 1372 float: right; 1373 1373 } 1374 1374 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 1385 1375 .about-wrap .feature-section.angled-left .left-feature, 1386 1376 .about-wrap .feature-section.angled-right .left-feature { 1387 1377 margin-right: 0; -
wp-admin/css/wp-admin.dev.css
4828 4828 .about-wrap { 4829 4829 position: relative; 4830 4830 margin: 25px 40px 0 20px; 4831 width: 770px; 4831 min-width: 770px; 4832 max-width: 1200px; /* readability */ 4832 4833 4833 4834 font-size: 15px; 4834 4835 } … … 4946 4947 border-radius: 3px; 4947 4948 } 4948 4949 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 4985 4950 .about-wrap .feature-section.three-col { 4986 4951 padding-top: 15px; 4987 4952 margin-bottom: 0; … … 4996 4961 margin: 0 0 0.6em 0; 4997 4962 } 4998 4963 .about-wrap .feature-section.three-col img { 4999 margin: 0.5em 3px 1em 0; 4964 float: none; 4965 margin: 0.5em 0; 5000 4966 max-width: 100%; 5001 4967 } 5002 4968 .about-wrap .feature-section.three-col .last-feature { -
wp-admin/about.php
57 57 <div class="changelog"> 58 58 <h3><?php _e( 'Dashboard Design' ); ?></h3> 59 59 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" /> 64 64 </div> 65 <img src="images/screenshots/admin-flyouts.png" />66 65 <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 74 69 <h4><?php _e( 'Header + Admin Bar = Toolbar' ); ?></h4> 75 70 <p><?php _e( 'To save space and increase efficiency, we’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 79 72 <h4><?php _e( 'Help Tabs' ); ?></h4> 80 73 <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> 81 77 </div> 82 </div> 78 83 79 </div> 84 80 85 81 <div class="changelog">