Changeset 22479
- Timestamp:
- 11/09/2012 01:34:48 AM (12 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/wp-admin-rtl.css
r22458 r22479 2145 2145 /* Star ratings */ 2146 2146 div.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; 2148 2148 } 2149 2149 div.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; 2151 2151 float: right; 2152 2152 } … … 2396 2396 2397 2397 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; 2399 2399 background-size: 21px 37px; 2400 2400 } 2401 2401 2402 2402 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; 2404 2404 background-size: 21px 37px; 2405 2405 } -
trunk/wp-admin/css/wp-admin.css
r22474 r22479 7408 7408 height: 17px; 7409 7409 width: 100px; 7410 background: url('../images/stars.png ') repeat-x bottom left;7410 background: url('../images/stars.png?ver=20121108') repeat-x bottom left; 7411 7411 } 7412 7412 7413 7413 div.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; 7415 7415 height: 17px; 7416 7416 float: left; … … 8464 8464 8465 8465 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; 8467 8467 background-size: 21px 37px; 8468 8468 } 8469 8469 8470 8470 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; 8472 8472 background-size: 21px 37px; 8473 8473 }
Note: See TracChangeset
for help on using the changeset viewer.