Make WordPress Core

Changeset 20763


Ignore:
Timestamp:
05/10/2012 07:37:16 PM (14 years ago)
Author:
ryan
Message:

Use stars-rtl.png for RTL start support in the theme installer. Props helenyhou, ocean90. fixes #20583

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin-rtl.dev.css

    r20754 r20763  
    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
     
    24352423
    24362424/* theme-install */
    2437 div.star {
    2438     left:auto;
    2439     right: 0;
    2440 }
    2441 
    2442 .star img,
    2443 div.star a,
    2444 div.star a:hover,
    2445 div.star a:visited {
    2446     right: auto;
    2447     left: 0;
     2425.theme-details .theme-version {
     2426    float: right;
     2427}
     2428
     2429.theme-details .theme-rating {
     2430    float: left;
     2431    background: url('../images/stars-rtl.png?ver=20120307') repeat-x bottom right;
     2432}
     2433
     2434.theme-details .theme-rating div {
     2435    background: url('../images/stars-rtl.png?ver=20120307') repeat-x top right;
     2436    float: right;
    24482437}
    24492438
Note: See TracChangeset for help on using the changeset viewer.