Projet

Général

Profil

Paste
Télécharger (1,02 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / fivestar / widgets / small / small.css @ d50a36e0

1
/* Static View-only Star Version */
2
.fivestar-small div.fivestar-widget-static .star {
3
  width: 17px;
4
  height: 15px;
5
  background: url(small_star.png) no-repeat 0 0px;
6
}
7

    
8
.fivestar-small div.fivestar-widget-static .star span.on {
9
  background: url(small_star.png) no-repeat 0 -32px;
10
}
11

    
12
.fivestar-small div.fivestar-widget-static .star span.off {
13
  background: url(small_star.png) no-repeat 0 0px;
14
}
15

    
16
/* Javascript Star Version */
17
.fivestar-small div.fivestar-widget .cancel,
18
.fivestar-small div.fivestar-widget .star {
19
  width: 17px;
20
  height: 15px;
21
}
22
.fivestar-small div.fivestar-widget .cancel,
23
.fivestar-small div.fivestar-widget .cancel a {
24
  background: url(small_delete.png) no-repeat 0 0;
25
}
26

    
27
.fivestar-small div.fivestar-widget .star,
28
.fivestar-small div.fivestar-widget .star a {
29
  background: url(small_star.png) no-repeat 0 0px;
30
}
31

    
32
.fivestar-small div.fivestar-widget div.on a {
33
  background-position: 0 -16px;
34
}
35
.fivestar-small div.fivestar-widget div.hover a,
36
.fivestar-small div.rating div a:hover {
37
  background-position: 0 -32px;
38
}