Ticket #20583: 20673.use-rtl-star.patch
| File 20673.use-rtl-star.patch, 1.2 KB (added by , 14 years ago) |
|---|
-
wp-admin/css/wp-admin-rtl.dev.css
1689 1689 /*------------------------------------------------------------------------------ 1690 1690 27.0 - Customize Loader 1691 1691 ------------------------------------------------------------------------------*/ 1692 .install-theme-info .theme-version,1693 1692 .install-theme-info .theme-install { 1694 1693 float: left; 1695 1694 } 1696 1695 1697 . install-theme-info .theme-rating{1696 .theme-details .theme-version { 1698 1697 float: right; 1699 background: url('../images/stars.png?ver=20120307') repeat-x bottom right;1700 width: 105px;1701 margin-right: -5px;1702 1698 } 1703 1699 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; 1705 1707 float: right; 1706 background: url('../images/stars.png?ver=20120307') repeat-x top right;1707 1708 } 1708 1709 1710 .theme-details .theme-description { 1711 float: right; 1712 } 1713 1709 1714 /* MERGED */ 1710 1715 1711 1716 /* global */