~spreadubuntu/spreadubuntu/devel-drupal6

« back to all changes in this revision

Viewing changes to sites/all/modules/fivestar/widgets/hearts/hearts.css

  • Committer: ruben
  • Date: 2009-06-08 09:38:49 UTC
  • Revision ID: ruben@captive-20090608093849-s1qtsyctv2vwp1x1
SpreadUbuntu moving to Drupal6. Based on ubuntu-drupal theme and adding our modules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Static View-only Star Version */
 
2
div.fivestar-widget-static .star {
 
3
  width: 17px;
 
4
  height: 15px;
 
5
  background: url(heart.png) no-repeat 0 0px;
 
6
}
 
7
 
 
8
div.fivestar-widget-static .star span.on {
 
9
  background: url(heart.png) no-repeat 0 -32px;
 
10
}
 
11
 
 
12
div.fivestar-widget-static .star span.off {
 
13
  background: url(heart.png) no-repeat 0 0;
 
14
}
 
15
 
 
16
/* Javascript Star Version */
 
17
div.fivestar-widget .cancel, div.fivestar-widget .star {
 
18
  width: 17px;
 
19
  height: 15px;
 
20
}
 
21
div.fivestar-widget .cancel, div.fivestar-widget .cancel a {
 
22
  background: url(heart_broken.png) no-repeat 0 0;
 
23
}
 
24
 
 
25
div.fivestar-widget .star, div.fivestar-widget .star a {
 
26
  background: url(heart.png) no-repeat 0 0;
 
27
}
 
28
 
 
29
div.fivestar-widget div.on a {
 
30
  background-position: 0 -16px;
 
31
}
 
32
div.fivestar-widget div.hover a, div.rating div a:hover {
 
33
  background-position: 0 -32px;
 
34
}
 
 
b'\\ No newline at end of file'