Ticket #19386: 19386.staggered-semifluid.3.diff
File 19386.staggered-semifluid.3.diff, 6.4 KB (added by , 13 years ago) |
---|
-
wp-admin/css/wp-admin-rtl.dev.css
1382 1382 margin-right: 9%; 1383 1383 } 1384 1384 1385 .about-wrap .feature-section.angled-left .left-feature, 1386 .about-wrap .feature-section.angled-right .left-feature { 1387 margin-right: 0; 1388 margin-left: 3%; 1385 .about-wrap .feature-section.left-third { 1386 float: right; 1389 1387 } 1390 1391 .about-wrap .feature-section.angled-left .right-feature, 1392 .about-wrap .feature-section.angled-right .right-feature { 1388 .about-wrap .feature-section.right-two-thirds { 1389 float: left; 1390 } 1391 .about-wrap .feature-section.right-two-thirds .angled-right { 1393 1392 margin-left: 0; 1394 margin-right: 4%;1393 margin-right: 2.5em; 1395 1394 } 1396 1395 1396 .about-wrap .feature-section .angled-right img, 1397 .about-wrap .feature-section .angled-left img { 1398 margin-right: 0; 1399 margin-left: 2em; 1400 } 1401 1397 1402 .about-wrap .feature-section.images-stagger-right .angled-left, 1398 1403 .about-wrap .feature-section.images-stagger-left .angled-left { 1399 1404 float: left; 1400 1405 } 1401 1406 1402 .about-wrap .feature-section.three-col img {1403 margin: 0.5em 0 1em 0;1404 }1405 1406 1407 .about-wrap li.wp-person, 1407 1408 .about-wrap li.wp-person img.gravatar { 1408 1409 float: right; -
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 } … … 4918 4919 padding: 4px 10px 6px; 4919 4920 margin: 0 3px -1px 0; 4920 4921 font-size: 18px; 4922 vertical-align: top; 4921 4923 } 4922 4924 .about-wrap h2 .nav-tab-active { 4923 4925 font-weight: bold; … … 4946 4948 border-radius: 3px; 4947 4949 } 4948 4950 4949 .about-wrap .feature-section.angled-right { 4950 margin-top: -10.5em; 4951 .about-wrap .feature-section.left-third { 4952 width: 31%; 4953 4954 float: left; 4955 overflow: visible; 4951 4956 } 4952 .about-wrap .feature-section. angled-right .left-feature{4953 padding-top: 9.5em;4957 .about-wrap .feature-section.left-third div { 4958 width: 112%; 4954 4959 } 4955 .about-wrap .feature-section.angled-right img, 4956 .about-wrap .feature-section.angled-left img { 4957 margin-top: 1.5em; 4960 .about-wrap .feature-section.right-two-thirds { 4961 width: 67%; 4962 margin-top: 1.33em; 4963 4964 float: right; 4965 clear: none; 4966 overflow: visible; 4958 4967 } 4959 4968 4960 .about-wrap .feature-section. angled-left .left-feature,4961 .about-wrap .feature-section.angled-right .left-feature { 4962 margin- right: 3%;4969 .about-wrap .feature-section.right-two-thirds .angled-right { 4970 margin-top: -1em; 4971 margin-left: 2.5em; 4963 4972 } 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 4973 4976 .about-wrap .feature-section .angled-left .left-feature,4977 .about-wrap .feature-section .angled-right .right-feature{4978 width: 27%;4974 .about-wrap .feature-section .angled-right h4, 4975 .about-wrap .feature-section .angled-left h4 { 4976 margin-top: 0; 4979 4977 } 4980 .about-wrap .feature-section.angled-left .right-feature, 4981 .about-wrap .feature-section.angled-right .left-feature { 4982 width: 32%; 4978 .about-wrap .feature-section .angled-right img, 4979 .about-wrap .feature-section .angled-left img { 4980 margin-top: .1em; 4981 margin-right: 2em; 4983 4982 } 4984 4983 4985 4984 .about-wrap .feature-section.three-col { … … 4996 4995 margin: 0 0 0.6em 0; 4997 4996 } 4998 4997 .about-wrap .feature-section.three-col img { 4999 margin: 0.5em 3px 1em 0;4998 margin: 0.5em 0 0.5em 5px; 5000 4999 max-width: 100%; 5000 5001 float: none; 5001 5002 } 5002 5003 .about-wrap .feature-section.three-col .last-feature { 5003 5004 margin-right: 0; -
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 left-third"> 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’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> 64 67 </div> 65 <img src="images/screenshots/admin-flyouts.png" /> 66 <div class="right-feature"> 68 </div> 69 70 <div class="feature-section right-two-thirds"> 71 <div class="angled-left"> 72 <img src="images/screenshots/admin-flyouts.png" /> 67 73 <h4><?php _e( 'Responsive Design' ); ?></h4> 68 74 <p><?php _e( 'Certain dashboard screens have been updated to look better at various sizes, including improved iPad/tablet support.' ); ?></p> 69 75 </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’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" /> 79 78 <h4><?php _e( 'Help Tabs' ); ?></h4> 80 79 <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> 81 80 </div>