source: Dev/trunk/src/client/dojox/form/resources/Rating.css

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 394 bytes
Line 
1.dojoxRating ul {
2        padding:0;
3        margin:0;
4}
5
6.dojoxRatingStar {
7        display:inline-block;
8        background-image:url(images/rating_empty.gif);
9        background-position:left center;
10        position:relative;
11        height:15px;
12        width:15px;
13        float:left;
14}
15
16.dojoxRatingStarChecked {
17        background-image:url(images/rating_full.gif);
18}
19
20.dojoxRatingStarHover {
21        background-image:url(images/rating_full.gif);
22        opacity:.5;
23}
24
Note: See TracBrowser for help on using the repository browser.