Make WordPress Core

Changeset 22479


Ignore:
Timestamp:
11/09/2012 01:34:48 AM (11 years ago)
Author:
nacin
Message:

HiDPI rating stars. props chexee. see #21019.

Location:
trunk/wp-admin
Files:
4 edited

Legend:

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

    r22458 r22479  
    21452145/* Star ratings */
    21462146div.star-holder {
    2147     background: url('../images/stars-rtl.png') repeat-x bottom right;
     2147    background: url('../images/stars-rtl.png?ver=20121108') repeat-x bottom right;
    21482148}
    21492149div.star-holder .star-rating {
    2150     background: url('../images/stars-rtl.png') repeat-x top right;
     2150    background: url('../images/stars-rtl.png?ver=20121108') repeat-x top right;
    21512151    float: right;
    21522152}
     
    23962396
    23972397    div.star-holder {
    2398         background: url('../images/stars-rtl-2x.png') repeat-x bottom right;
     2398        background: url('../images/stars-rtl-2x.png?ver=20121108') repeat-x bottom right;
    23992399        background-size: 21px 37px;
    24002400    }
    24012401
    24022402    div.star-holder .star-rating {
    2403         background: url('../images/stars-rtl-2x.png') repeat-x top right;
     2403        background: url('../images/stars-rtl-2x.png?ver=20121108') repeat-x top right;
    24042404        background-size: 21px 37px;
    24052405    }
  • trunk/wp-admin/css/wp-admin.css

    r22474 r22479  
    74087408    height: 17px;
    74097409    width: 100px;
    7410     background: url('../images/stars.png') repeat-x bottom left;
     7410    background: url('../images/stars.png?ver=20121108') repeat-x bottom left;
    74117411}
    74127412
    74137413div.star-holder .star-rating {
    7414     background: url('../images/stars.png') repeat-x top left;
     7414    background: url('../images/stars.png?ver=20121108') repeat-x top left;
    74157415    height: 17px;
    74167416    float: left;
     
    84648464
    84658465    div.star-holder {
    8466         background: url('../images/stars-2x.png') repeat-x bottom left;
     8466        background: url('../images/stars-2x.png?ver=20121108') repeat-x bottom left;
    84678467        background-size: 21px 37px;
    84688468    }
    84698469
    84708470    div.star-holder .star-rating {
    8471         background: url('../images/stars-2x.png') repeat-x top left;
     8471        background: url('../images/stars-2x.png?ver=20121108') repeat-x top left;
    84728472        background-size: 21px 37px;
    84738473    }
Note: See TracChangeset for help on using the changeset viewer.