Ticket #20655: 20655.diff
File 20655.diff, 2.6 KB (added by , 13 years ago) |
---|
-
wp-admin/includes/class-wp-theme-install-list-table.php
338 338 <img class="theme-screenshot" src="<?php echo esc_url( $theme->screenshot_url ); ?>" /> 339 339 <?php endif; ?> 340 340 <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> 343 343 </div> 344 344 <div class="theme-version"> 345 345 <strong><?php _e('Version:') ?> </strong> -
wp-admin/css/wp-admin-rtl.dev.css
2274 2274 float: right; 2275 2275 } 2276 2276 2277 /* plugin-install*/2277 /* Star ratings */ 2278 2278 div.star-holder { 2279 2279 background: url('../images/stars-rtl.png?ver=20120506.png') repeat-x bottom right; 2280 2280 } … … 2282 2282 background: url('../images/stars-rtl.png?ver=20120506.png') repeat-x top right; 2283 2283 float: right; 2284 2284 } 2285 2285 2286 #plugin-information ul#sidemenu { 2286 2287 left: auto; 2287 2288 right: 0; … … 2426 2427 float: right; 2427 2428 } 2428 2429 2429 .theme-details . theme-rating{2430 .theme-details .star-holder { 2430 2431 float: left; 2431 background: url('../images/stars-rtl.png?ver=20120307') repeat-x bottom right;2432 2432 } 2433 2433 2434 .theme-details .theme-rating div {2435 background: url('../images/stars-rtl.png?ver=20120307') repeat-x top right;2436 float: right;2437 }2438 2439 2434 .feature-filter .feature-group { 2440 2435 float: right; 2441 2436 } -
wp-admin/css/wp-admin.dev.css
5509 5509 float: left; 5510 5510 } 5511 5511 5512 .theme-details . theme-rating{5512 .theme-details .star-holder { 5513 5513 margin: 14px 0; 5514 width: 100px;5515 height: 17px;5516 5514 float: right; 5517 background: url('../images/stars.png?ver=20120307') repeat-x bottom left;5518 5515 } 5519 5516 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 5526 5517 .theme-details .theme-description { 5527 5518 float: left; 5528 5519 color: #777; … … 7129 7120 display: block; 7130 7121 } 7131 7122 7132 /* plugin-install*/7123 /* Star ratings */ 7133 7124 div.star-holder { 7134 7125 position: relative; 7135 7126 height: 17px;