Ticket #20796: 20796-3.patch
File 20796-3.patch, 5.6 KB (added by , 13 years ago) |
---|
-
wp-admin/about.php
52 52 <div class="feature-section"> 53 53 <h4><?php _e( 'Flexible Sizes' ); ?></h4> 54 54 <p><?php _e( 'You can decide for yourself how tall or wide your custom header image should be. From now on, themes will provide a recommended image size for custom headers rather than a fixed requirement. Note: this feature requires <a href="http://codex.wordpress.org/Custom_Headers">theme support</a>.' ); ?></p> 55 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-1.png' ) ); ?>" class="image-30" /> 56 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-2.png' ) ); ?>" class="image-30" /> 57 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-3.png' ) ); ?>" class="image-30" /> 55 <div class="three-col-images"> 56 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-1.png' ) ); ?>" class="image-30 first-feature" /> 57 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-2.png' ) ); ?>" class="image-30" /> 58 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-3.png' ) ); ?>" class="image-30 last-feature" /> 59 </div> 58 60 </div> 59 61 60 62 <div class="feature-section images-stagger-right"> … … 65 67 </div> 66 68 67 69 <div class="changelog"> 70 <h3><?php _e( 'Twitter Embeds' ); ?></h3> 71 72 <div class="feature-section images-stagger-left"> 73 <img src="<?php echo esc_url( admin_url( 'images/screenshots/twitter-embed.png' ) ); ?>" class="image-50" /> 74 <h4><?php _e( 'Embedding a tweet is as easy as pasting a Tweet URL on its own line' ); ?></h4> 75 <p><?php _e( "Twitter embeds allows you to display any individual tweet in a blog post or post comment, complete with the tweet's text, action links allowing readers to reply, retweet, and favorite tweets without leaving your site, inline links, links to hashtag pages, linked usernames, and a follow button in the tweet." ); ?></p> 76 </div> 77 78 </div> 79 80 81 <div class="changelog"> 68 82 <h3><?php _e( 'Better Captions' ); ?></h3> 69 83 70 84 <div class="feature-section images-stagger-right"> -
wp-admin/css/colors-classic.dev.css
2362 2362 background: #fff; 2363 2363 border-color: #dfdfdf; 2364 2364 2365 -moz-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );2366 -webkit-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );2367 box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );2365 -moz-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 2366 -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 2367 box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 2368 2368 } 2369 2369 2370 2370 .about-wrap .point-releases { -
wp-admin/css/colors-fresh.dev.css
1948 1948 .about-wrap .feature-section img { 1949 1949 background: #fff; 1950 1950 border-color: #dfdfdf; 1951 border: 1px #ccc solid; 1951 1952 1952 -moz-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );1953 -webkit-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );1954 box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );1953 -moz-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 1954 -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 1955 box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 1955 1956 } 1956 1957 1957 1958 .about-wrap h4.wp-people-group { -
wp-admin/css/ie.dev.css
439 439 margin: 0; 440 440 } 441 441 442 .about-wrap .three-col-images img { 443 margin: 0 0.6% 10px; 444 } 445 446 .about-wrap .three-col-images .last-feature, 447 .about-wrap .three-col-images .first-feature { 448 float: none; 449 } 450 442 451 /* IE6 leftovers */ 443 452 * html .row-actions { 444 453 visibility: visible; -
wp-admin/css/wp-admin-rtl.dev.css
1403 1403 margin-right: 3em; 1404 1404 } 1405 1405 1406 .about-wrap .three-col-images .last-feature { 1407 float: left; 1408 } 1409 1410 .about-wrap .three-col-images .first-feature { 1411 float: right; 1412 } 1413 1406 1414 .about-wrap .feature-section.three-col div { 1407 1415 margin-right: 0; 1408 1416 margin-left: 4.999999999%; -
wp-admin/css/wp-admin.dev.css
5076 5076 5077 5077 .about-wrap .feature-section img { 5078 5078 border: none; 5079 margin: 0 0.7% 10px 0;5079 margin: 0 1.94% 10px 0; 5080 5080 -webkit-border-radius: 3px; 5081 5081 border-radius: 3px; 5082 5082 } … … 5086 5086 } 5087 5087 5088 5088 .about-wrap .feature-section img.image-30 { 5089 max-width: 3 2%;5089 max-width: 31.2381%; 5090 5090 } 5091 5091 5092 5092 .ie8 .about-wrap .feature-section img { … … 5123 5123 margin-right: 0; 5124 5124 } 5125 5125 5126 .about-wrap .three-col-images { 5127 text-align: center; 5128 } 5129 5130 .about-wrap .three-col-images img { 5131 margin: 0 0 10px; 5132 } 5133 5134 .about-wrap .three-col-images .last-feature { 5135 float: right; 5136 } 5137 5138 .about-wrap .three-col-images .first-feature { 5139 float: left; 5140 } 5141 5126 5142 .about-wrap .feature-section.images-stagger-right img { 5127 5143 float: right; 5128 5144 margin: 0 5px 12px 12px; … … 5130 5146 5131 5147 .about-wrap .feature-section.images-stagger-left img { 5132 5148 float: left; 5133 margin: 0 12px 12px 5px;5149 margin: 0 22px 12px 3px; 5134 5150 } 5135 5151 5136 5152 @media only screen and (max-width: 900px) {