Make WordPress Core

Ticket #20583: 20583.2.diff

File 20583.2.diff, 1.1 KB (added by helenyhou, 14 years ago)
  • wp-admin/css/wp-admin-rtl.dev.css

     
    16941694        float: left;
    16951695}
    16961696
    1697 .install-theme-info .theme-rating {
    1698         float: right;
    1699         background: url('../images/stars.png?ver=20120307') repeat-x bottom right;
    1700         width: 105px;
    1701         margin-right: -5px;
    1702 }
    1703 
    1704 .install-theme-info .theme-rating div {
    1705         float: right;
    1706         background: url('../images/stars.png?ver=20120307') repeat-x top right;
    1707 }
    1708 
    17091697/* MERGED */
    17101698
    17111699/* global */
     
    24342422}
    24352423
    24362424/* theme-install */
    2437 div.star {
    2438         left:auto;
    2439         right: 0;
     2425.theme-details .theme-version {
     2426        float: right;
    24402427}
    24412428
    2442 .star img,
    2443 div.star a,
    2444 div.star a:hover,
    2445 div.star a:visited {
    2446         right: auto;
    2447         left: 0;
     2429.theme-details .theme-rating {
     2430        float: left;
     2431        background: url('../images/stars-rtl.png?ver=20120307') repeat-x bottom right;
    24482432}
    24492433
     2434.theme-details .theme-rating div {
     2435        background: url('../images/stars-rtl.png?ver=20120307') repeat-x top right;
     2436        float: right;
     2437}
     2438
    24502439.feature-filter .feature-group {
    24512440        float: right;
    24522441}