Make WordPress Core

Ticket #20583: 20583.patch

File 20583.patch, 1.6 KB (added by ocean90, 14 years ago)
  • wp-admin/css/wp-admin-rtl.dev.css

     
    424224.0 - Dead
    434325.0 - TinyMCE tweaks
    444426.0 - Full Overlay w/ Sidebar
     4527.0 - Customize Loader
    4546
    4647
    4748------------------------------------------------------------------------------*/
     
    16191620        display: none;
    16201621}
    16211622
     1623/*------------------------------------------------------------------------------
     1624  27.0 - Customize Loader
     1625------------------------------------------------------------------------------*/
     1626.install-theme-info .theme-version,
     1627.install-theme-info .theme-install {
     1628        float: left;
     1629}
    16221630
     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
    16231643/* MERGED */
    16241644
    16251645/* global */
  • wp-admin/css/wp-admin.dev.css

     
    53385338        display: none;
    53395339        padding: 45px 20px 15px;
    53405340}
     5341
    53415342.single-theme .install-theme-info {
    53425343        padding-top: 15px;
    53435344}
     
    53755376        float: left;
    53765377        background: url('../images/stars.png?ver=20120307') repeat-x bottom left;
    53775378}
     5379
    53785380.install-theme-info .theme-rating div {
    53795381        background: url('../images/stars.png?ver=20120307') repeat-x top left;
    53805382        height: 17px;