Make WordPress Core

Changeset 20673


Ignore:
Timestamp:
05/01/2012 10:05:35 PM (14 years ago)
Author:
ryan
Message:

RTL style fixes for the install theme info sidebar. Props ocean90. fixes #20583

Location:
trunk/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin-rtl.dev.css

    r20662 r20673  
    434325.0 - TinyMCE tweaks
    444426.0 - Full Overlay w/ Sidebar
     4527.0 - Customize Loader
    4546
    4647
     
    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}
     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}
    16221642
    16231643/* MERGED */
  • trunk/wp-admin/css/wp-admin.dev.css

    r20662 r20673  
    53395339    padding: 45px 20px 15px;
    53405340}
     5341
    53415342.single-theme .install-theme-info {
    53425343    padding-top: 15px;
     
    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;
Note: See TracChangeset for help on using the changeset viewer.