Make WordPress Core

Ticket #20796: about-page-twitter-embeds.diff

File about-page-twitter-embeds.diff, 4.0 KB (added by chexee, 13 years ago)

First pass at a patch.

  • wp-admin/css/wp-admin.dev.css

     
    50765076
    50775077.about-wrap .feature-section img {
    50785078        border: none;
    5079         margin: 0 0.7% 10px 0;
     5079        margin: 0 1.94% 10px 0;
    50805080        -webkit-border-radius: 3px;
    50815081        border-radius: 3px;
    50825082}
     
    50865086}
    50875087
    50885088.about-wrap .feature-section img.image-30 {
    5089         max-width: 32%;
     5089        max-width: 31.2381%;
    50905090}
    50915091
    50925092.ie8 .about-wrap .feature-section img {
     
    51195119        margin-left: 0;
    51205120}
    51215121
     5122.about-wrap .feature-section .last-feature,
    51225123.about-wrap .feature-section.three-col .last-feature {
    51235124        margin-right: 0;
    51245125}
     
    51305131
    51315132.about-wrap .feature-section.images-stagger-left img {
    51325133        float: left;
    5133         margin: 0 12px 12px 5px;
     5134        margin: 0 22px 12px 3px;
    51345135}
    51355136
    51365137@media only screen and (max-width: 900px) {
  • wp-admin/css/colors-classic.dev.css

     
    23622362        background: #fff;
    23632363        border-color: #dfdfdf;
    23642364
    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 );
    23682368}
    23692369
    23702370.about-wrap .point-releases {
  • wp-admin/css/colors-fresh.dev.css

     
    19481948.about-wrap .feature-section img {
    19491949        background: #fff;
    19501950        border-color: #dfdfdf;
     1951       
     1952        border: 1px #ccc solid;
    19511953
    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 );
     1954        -moz-box-shadow:        0 1px 3px rgba( 0, 0, 0, 0.3 );
     1955        -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 );
     1956        box-shadow:             0 1px 3px rgba( 0, 0, 0, 0.3 );
    19551957}
    19561958
    19571959.about-wrap h4.wp-people-group {
  • wp-admin/about.php

     
    5454                <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>
    5555                <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-1.png' ) ); ?>" class="image-30" />
    5656                <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" />
     57                <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-3.png' ) ); ?>" class="image-30 last-feature" />
    5858        </div>
    5959
    6060        <div class="feature-section images-stagger-right">
     
    6565</div>
    6666
    6767<div class="changelog">
     68        <h3><?php _e( 'Twitter Embeds' ); ?></h3>
     69
     70        <div class="feature-section images-stagger-left">
     71                <img src="<?php echo esc_url( admin_url( 'images/screenshots/twitter-embed.png' ) ); ?>" class="image-50" />
     72                <h4><?php _e( 'Embedding a tweet is as easy as pasting a Tweet URL on its own line' ); ?></h4>
     73                <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
     74Inline links, links to hashtag pages, linked usernames, and a follow button in the tweet.' ); ?></p>
     75        </div>
     76
     77</div>
     78
     79
     80<div class="changelog">
    6881        <h3><?php _e( 'Better Captions' ); ?></h3>
    6982
    7083        <div class="feature-section images-stagger-right">