Changeset 20763
- Timestamp:
- 05/10/2012 07:37:16 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/css/wp-admin-rtl.dev.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/wp-admin-rtl.dev.css
r20754 r20763 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 … … 2435 2423 2436 2424 /* 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; 2448 2437 } 2449 2438
Note: See TracChangeset
for help on using the changeset viewer.