Ticket #20583: 20583.patch
| File 20583.patch, 1.6 KB (added by , 14 years ago) |
|---|
-
wp-admin/css/wp-admin-rtl.dev.css
42 42 24.0 - Dead 43 43 25.0 - TinyMCE tweaks 44 44 26.0 - Full Overlay w/ Sidebar 45 27.0 - Customize Loader 45 46 46 47 47 48 ------------------------------------------------------------------------------*/ … … 1619 1620 display: none; 1620 1621 } 1621 1622 1623 /*------------------------------------------------------------------------------ 1624 27.0 - Customize Loader 1625 ------------------------------------------------------------------------------*/ 1626 .install-theme-info .theme-version, 1627 .install-theme-info .theme-install { 1628 float: left; 1629 } 1622 1630 1631 .install-theme-info .theme-rating { 1632 float: right; 1633 background: url('../images/stars.png?ver=20120307') repeat-x bottom right; 1634 width: 105px; 1635 margin-right: -5px; 1636 } 1637 1638 .install-theme-info .theme-rating div { 1639 float: right; 1640 background: url('../images/stars.png?ver=20120307') repeat-x top right; 1641 } 1642 1623 1643 /* MERGED */ 1624 1644 1625 1645 /* global */ -
wp-admin/css/wp-admin.dev.css
5338 5338 display: none; 5339 5339 padding: 45px 20px 15px; 5340 5340 } 5341 5341 5342 .single-theme .install-theme-info { 5342 5343 padding-top: 15px; 5343 5344 } … … 5375 5376 float: left; 5376 5377 background: url('../images/stars.png?ver=20120307') repeat-x bottom left; 5377 5378 } 5379 5378 5380 .install-theme-info .theme-rating div { 5379 5381 background: url('../images/stars.png?ver=20120307') repeat-x top left; 5380 5382 height: 17px;