Make WordPress Core

Ticket #20583: 20673.use-rtl-star.patch

File 20673.use-rtl-star.patch, 1.2 KB (added by ocean90, 14 years ago)
  • wp-admin/css/wp-admin-rtl.dev.css

     
    16891689/*------------------------------------------------------------------------------
    16901690  27.0 - Customize Loader
    16911691------------------------------------------------------------------------------*/
    1692 .install-theme-info .theme-version,
    16931692.install-theme-info .theme-install {
    16941693        float: left;
    16951694}
    16961695
    1697 .install-theme-info .theme-rating {
     1696.theme-details .theme-version {
    16981697        float: right;
    1699         background: url('../images/stars.png?ver=20120307') repeat-x bottom right;
    1700         width: 105px;
    1701         margin-right: -5px;
    17021698}
    17031699
    1704 .install-theme-info .theme-rating div {
     1700.theme-details .theme-rating {
     1701        float: left;
     1702        background: url('../images/stars-rtl.png?ver=20120506') repeat-x bottom right;
     1703}
     1704
     1705.theme-details .theme-rating div {
     1706        background: url('../images/stars-rtl.png?ver=20120506') repeat-x top right;
    17051707        float: right;
    1706         background: url('../images/stars.png?ver=20120307') repeat-x top right;
    17071708}
    17081709
     1710.theme-details .theme-description {
     1711        float: right;
     1712}
     1713
    17091714/* MERGED */
    17101715
    17111716/* global */