integ/iri/css/iri-buzz.css
changeset 61 411c8eb7f574
parent 60 2169ca441eb3
child 62 1f6b7dce650c
equal deleted inserted replaced
60:2169ca441eb3 61:411c8eb7f574
   162     height: 16px;
   162     height: 16px;
   163     display: inline-block;
   163     display: inline-block;
   164 }
   164 }
   165 .rate .stars-rating li {
   165 .rate .stars-rating li {
   166     margin-right: 3px;
   166     margin-right: 3px;
   167     background: url(../img/rating-stars-large.png) top right no-repeat;
   167     background: url(../img/rating-stars-large.png) top left no-repeat;
   168     width: 21px;
   168     width: 21px;
   169     height: 21px;
   169     height: 21px;
   170     display: inline-block;
   170     display: inline-block;
   171 }
   171 }
   172 .wanttosee .stars-rating {
   172 .wanttosee .stars-rating {
   173     display: none;
   173     display: none;
   174 }
   174 }
   175 .stars-rating li:last-child {
   175 .stars-rating li:last-child {
   176     margin-right: 0;
   176     margin-right: 0;
   177 }
   177 }
   178 .rate-1\.0 li:first-child,
   178 .rate-0\.0 li:nth-child(n+1),
   179 .rate-1\.5 li:first-child,
   179 .rate-0\.5 li:nth-child(n+1),
   180 .rate-2\.0 li:first-child,
   180 .rate-1\.0 li:nth-child(n+2),
   181 .rate-2\.0 li:nth-child(2),
   181 .rate-1\.5 li:nth-child(n+2),
   182 .rate-2\.5 li:first-child,
   182 .rate-2\.0 li:nth-child(n+3),
   183 .rate-2\.5 li:nth-child(2),
   183 .rate-2\.5 li:nth-child(n+3),
   184 .rate-3\.0 li:first-child,
   184 .rate-3\.0 li:nth-child(n+4),
   185 .rate-3\.0 li:nth-child(2),
   185 .rate-3\.5 li:nth-child(n+4),
   186 .rate-3\.0 li:nth-child(3),
   186 .rate-4\.0 li:nth-child(n+5),
   187 .rate-3\.5 li:first-child,
   187 .rate-4\.5 li:nth-child(n+5) {
   188 .rate-3\.5 li:nth-child(2),
   188     background-position: top right;
   189 .rate-3\.5 li:nth-child(3),
   189 }
   190 .rate-4\.0 li:first-child,
   190 
   191 .rate-4\.0 li:nth-child(2),
   191 .rate-0\.5 li:first-child,
   192 .rate-4\.0 li:nth-child(3),
       
   193 .rate-4\.0 li:nth-child(4),
       
   194 .rate-4\.5 li:first-child,
       
   195 .rate-4\.5 li:nth-child(2),
       
   196 .rate-4\.5 li:nth-child(3),
       
   197 .rate-4\.5 li:nth-child(4),
       
   198 .rate-5\.0 li {
       
   199     background-position: top left;
       
   200 }
       
   201 
       
   202 .rate-1\.5 li:nth-child(2),
   192 .rate-1\.5 li:nth-child(2),
   203 .rate-2\.5 li:nth-child(3),
   193 .rate-2\.5 li:nth-child(3),
   204 .rate-3\.5 li:nth-child(4),
   194 .rate-3\.5 li:nth-child(4),
   205 .rate-4\.5 li:nth-child(5) {
   195 .rate-4\.5 li:nth-child(5) {
   206     background-position: top center;
   196     background-position: top center;