Make WordPress Core

Ticket #11185: 11185.patch

File 11185.patch, 6.1 KB (added by Simek, 15 years ago)
  • wp-admin/css/colors-fresh.dev.css

     
    435435}
    436436
    437437.update-message {
    438         color: #000000;
     438        color: #000;
    439439}
    440440
    441441a.page-numbers {
     
    600600}
    601601
    602602.plugin-update-tr .update-message {
    603         background-color: #fffbe4;
    604         border-color: #dfdfdf;
     603        background-color: #ffffe0;
     604        border-color: #E6DB55;
     605        color: #444;
    605606}
    606607
     608.plugin-update-tr .name {
     609        color: #000;
     610}
     611
    607612.plugins .active,
    608613.plugins .active th,
    609614.plugins .active td {
  • wp-admin/includes/update.php

     
    184184
    185185        echo '<tr class="plugin-update-tr"><td colspan="3" class="plugin-update"><div class="update-message">';
    186186        if ( ! current_user_can('update_plugins') )
    187                 printf( __('There is a new version of %1$s available. <a href="%2$s" class="thickbox" title="%3$s">View version %4$s Details</a>.'), $plugin_name, esc_url($details_url), esc_attr($plugin_name), $r->new_version );
     187                printf( __('There is a new version of <em class="name">%1$s</em> available. <a href="%2$s" class="thickbox" title="%3$s">View version %4$s Details</a>.'), $plugin_name, esc_url($details_url), esc_attr($plugin_name), $r->new_version );
    188188        else if ( empty($r->package) )
    189                 printf( __('There is a new version of %1$s available. <a href="%2$s" class="thickbox" title="%3$s">View version %4$s Details</a> <em>automatic upgrade unavailable for this plugin</em>.'), $plugin_name, esc_url($details_url), esc_attr($plugin_name), $r->new_version );
     189                printf( __('There is a new version of <em class="name">%1$s</em> available. <a href="%2$s" class="thickbox" title="%3$s">View version %4$s Details</a> <em>automatic upgrade unavailable for this plugin</em>.'), $plugin_name, esc_url($details_url), esc_attr($plugin_name), $r->new_version );
    190190        else
    191                 printf( __('There is a new version of %1$s available. <a href="%2$s" class="thickbox" title="%3$s">View version %4$s Details</a> or <a href="%5$s">upgrade automatically</a>.'), $plugin_name, esc_url($details_url), esc_attr($plugin_name), $r->new_version, wp_nonce_url('update.php?action=upgrade-plugin&plugin=' . $file, 'upgrade-plugin_' . $file) );
     191                printf( __('There is a new version of <em class="name">%1$s</em> available. <a href="%2$s" class="thickbox" title="%3$s">View version %4$s Details</a> or <a href="%5$s">upgrade automatically</a>.'), $plugin_name, esc_url($details_url), esc_attr($plugin_name), $r->new_version, wp_nonce_url('update.php?action=upgrade-plugin&plugin=' . $file, 'upgrade-plugin_' . $file) );
    192192
    193193        do_action( "in_plugin_update_message-$file", $plugin_data, $r );
    194194
  • wp-admin/wp-admin.dev.css

     
    628628        width: 38%;
    629629}
    630630
    631 #postcustomstuff .submit input {
     631#postcustomstuff .submit input,
     632#postcustomstuff table #addmetasub {
    632633        width: auto;
    633634}
    634635
     
    636637        padding: 0 8px;
    637638}
    638639
    639 #postcustomstuff table #addmetasub {
    640         width: auto;
    641 }
    642 
    643640#postcustomstuff #newmetaleft {
    644641        vertical-align: top;
    645642}
     
    893890}
    894891
    895892#wphead #site-visit-button {
    896         background-repeat:repeat-x;
    897         background-position:0 0;
    898         -moz-border-radius:3px;
    899         -webkit-border-radius:3px;
    900         -khtml-border-radius:3px;
    901         border-radius:3px;
    902         cursor:pointer; /* to keep IE happy */
    903         display:-moz-inline-stack; /* to keep FF2 happy */
    904         display:inline-block;
     893        background-repeat: repeat-x;
     894        background-position: 0 0;
     895        -moz-border-radius: 3px;
     896        -webkit-border-radius: 3px;
     897        -khtml-border-radius: 3px;
     898        border-radius: 3px;
     899        cursor: pointer; /* to keep IE happy */
     900        display: -moz-inline-stack; /* to keep FF2 happy */
     901        display: inline-block;
    905902        font-size: 50%;
    906         font-style:normal;
    907         line-height:17px;
    908         margin-left:5px;
    909         padding:0 6px;
    910         vertical-align:middle;
     903        font-style: normal;
     904        line-height: 17px;
     905        margin-left: 5px;
     906        padding: 0 6px;
     907        vertical-align: middle;
    911908}
    912909
    913910#wphead h1 a:hover {
    914         text-decoration:none;
     911        text-decoration: none;
    915912}
     913
    916914#wphead h1 a:hover #site-title {
    917         text-decoration:underline;
     915        text-decoration: underline;
    918916}
    919917
    920918/* side admin menu */
     
    10321030#adminmenu .wp-submenu .wp-submenu-head {
    10331031        border-width: 1px 1px 0;
    10341032        border-style: solid solid none;
    1035         -moz-border-radius-topleft :6px;
    1036         -moz-border-radius-topright: 6px;
     1033        -moz-border-radius: 6px 6px 0 0;
    10371034        -webkit-border-top-right-radius: 6px;
    10381035        -webkit-border-top-left-radius: 6px;
    10391036        -khtml-border-top-right-radius: 6px;
     
    10461043.folded #adminmenu li.menu-top-last {
    10471044        border-width: 1px;
    10481045        border-style: solid;
    1049         -moz-border-radius-bottomleft: 6px;
    1050         -moz-border-radius-bottomright: 6px;
     1046        -moz-border-radius: 0 0 6px 6px;
    10511047        -webkit-border-bottom-right-radius: 6px;
    10521048        -webkit-border-bottom-left-radius: 6px;
    10531049        -khtml-border-bottom-right-radius: 6px;
     
    30723068}
    30733069
    30743070#favorite-inside {
    3075         margin: 0 0 0 0px;
     3071        margin: 0;
    30763072        padding: 0 1px 6px 1px;
    30773073        border-width: 1px;
    30783074        border-style: solid;
     
    33223318}
    33233319
    33243320.plugin-update-tr .update-message {
    3325         margin: 5px;
    3326         padding: 3px 5px;
    3327         border-width: 1px;
     3321        margin: 5px 10px 0;
     3322        padding: 4px 8px;
     3323        border-width: 1px 1px 0;
    33283324        border-style: solid;
    3329         -moz-border-radius: 5px;
    3330         -khtml-border-radius: 5px;
    3331         -webkit-border-radius: 5px;
    3332         border-radius: 5px;
     3325        -moz-border-radius: 5px 5px 0 0;
     3326        -webkit-border-top-right-radius: 5px;
     3327        -webkit-border-top-left-radius: 5px;
     3328        -khtml-border-top-right-radius: 5px;
     3329        -khtml-border-top-left-radius: 5px;
     3330        border-top-right-radius: 5px;
     3331        border-top-left-radius: 5px;
    33333332}
    33343333
    33353334.add-new-h2 {
     
    33733372.imgedit-wait {
    33743373        position: absolute;
    33753374        top: 0;
    3376         background: #FFFFFF url(images/wpspin_light.gif) no-repeat scroll 22px 10px;
     3375        background: #FFF url(images/wpspin_light.gif) no-repeat scroll 22px 10px;
    33773376        opacity: 0.7;
    33783377        filter: alpha(opacity=70);
    33793378        width: 100%;
     
    34483447        margin: 0 8px 0 3px;
    34493448}
    34503449
    3451 
    34523450.imgedit-applyto img {
    34533451        margin: 0 8px 0 0;
    34543452}