Make WordPress Core

Ticket #20655: 20655.diff

File 20655.diff, 2.6 KB (added by helenyhou, 13 years ago)
  • wp-admin/includes/class-wp-theme-install-list-table.php

     
    338338                                <img class="theme-screenshot" src="<?php echo esc_url( $theme->screenshot_url ); ?>" />
    339339                        <?php endif; ?>
    340340                        <div class="theme-details">
    341                                 <div class="theme-rating" title="<?php echo esc_attr( $num_ratings ); ?>">
    342                                         <div style="width:<?php echo esc_attr( intval( $theme->rating ) . 'px' ); ?>;"></div>
     341                                <div class="star-holder" title="<?php echo esc_attr( $num_ratings ); ?>">
     342                                        <div class="star-rating" style="width:<?php echo esc_attr( intval( $theme->rating ) . 'px' ); ?>;"></div>
    343343                                </div>
    344344                                <div class="theme-version">
    345345                                        <strong><?php _e('Version:') ?> </strong>
  • wp-admin/css/wp-admin-rtl.dev.css

     
    22742274        float: right;
    22752275}
    22762276
    2277 /* plugin-install */
     2277/* Star ratings */
    22782278div.star-holder {
    22792279        background: url('../images/stars-rtl.png?ver=20120506.png') repeat-x bottom right;
    22802280}
     
    22822282        background: url('../images/stars-rtl.png?ver=20120506.png') repeat-x top right;
    22832283        float: right;
    22842284}
     2285
    22852286#plugin-information ul#sidemenu {
    22862287        left: auto;
    22872288        right: 0;
     
    24262427        float: right;
    24272428}
    24282429
    2429 .theme-details .theme-rating {
     2430.theme-details .star-holder {
    24302431        float: left;
    2431         background: url('../images/stars-rtl.png?ver=20120307') repeat-x bottom right;
    24322432}
    24332433
    2434 .theme-details .theme-rating div {
    2435         background: url('../images/stars-rtl.png?ver=20120307') repeat-x top right;
    2436         float: right;
    2437 }
    2438 
    24392434.feature-filter .feature-group {
    24402435        float: right;
    24412436}
  • wp-admin/css/wp-admin.dev.css

     
    55095509        float: left;
    55105510}
    55115511
    5512 .theme-details .theme-rating {
     5512.theme-details .star-holder {
    55135513        margin: 14px 0;
    5514         width: 100px;
    5515         height: 17px;
    55165514        float: right;
    5517         background: url('../images/stars.png?ver=20120307') repeat-x bottom left;
    55185515}
    55195516
    5520 .theme-details .theme-rating div {
    5521         background: url('../images/stars.png?ver=20120307') repeat-x top left;
    5522         height: 17px;
    5523         float: left;
    5524 }
    5525 
    55265517.theme-details .theme-description {
    55275518        float: left;
    55285519        color: #777;
     
    71297120        display: block;
    71307121}
    71317122
    7132 /* plugin-install */
     7123/* Star ratings */
    71337124div.star-holder {
    71347125        position: relative;
    71357126        height: 17px;