Ticket #20583: 20583.2.diff
| File 20583.2.diff, 1.1 KB (added by , 14 years ago) |
|---|
-
wp-admin/css/wp-admin-rtl.dev.css
1694 1694 float: left; 1695 1695 } 1696 1696 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 1709 1697 /* MERGED */ 1710 1698 1711 1699 /* global */ … … 2434 2422 } 2435 2423 2436 2424 /* theme-install */ 2437 div.star { 2438 left:auto; 2439 right: 0; 2425 .theme-details .theme-version { 2426 float: right; 2440 2427 } 2441 2428 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; 2448 2432 } 2449 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 2450 2439 .feature-filter .feature-group { 2451 2440 float: right; 2452 2441 }