~spreadubuntu/spreadubuntu/devel-drupal6

« back to all changes in this revision

Viewing changes to sites/all/modules/fivestar/widgets/hearts/hearts-rtl.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
/* Adjust the background position when using this widget with a RTL langauge. */
 
2
div.fivestar-widget-static .star span.on {
 
3
  background-position: right -32px;
 
4
}
 
5
div.fivestar-widget div.on a {
 
6
  background-position: right -16px;
 
7
}
 
8
div.fivestar-widget div.hover a, div.rating div a:hover {
 
9
  background-position: right -32px;
 
10
}
 
11
div.fivestar-widget .cancel, div.fivestar-widget .cancel a {
 
12
  background-position: right 0;
 
13
}
 
14
div.fivestar-widget .star, div.fivestar-widget .star a {
 
15
  background-position: right 0;
 
16
}