~spreadubuntu/spreadubuntu/devel-drupal6

« back to all changes in this revision

Viewing changes to modules/fivestar/css/fivestar-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
div.fivestar-widget-static .star,
 
2
div.fivestar-widget .cancel,
 
3
div.fivestar-widget .star {
 
4
  float: right;
 
5
}
 
6
 
 
7
/* Combo Static and Rate Widget */
 
8
.fivestar-combo-stars .fivestar-static-form-item {
 
9
  float: right;
 
10
  margin-left: 40px;
 
11
  margin-right: 0px;
 
12
}
 
13
.fivestar-combo-stars .fivestar-form-item {
 
14
  float: right; /* RTL */
 
15
}
 
16
 
 
17
/* Static View-only Star Version */
 
18
div.fivestar-widget-static br {
 
19
  clear: right;
 
20
}
 
21
 
 
22
div.fivestar-widget-static .star {
 
23
  float: right;
 
24
  background-position: right 0;
 
25
}
 
26
 
 
27
div.fivestar-widget-static .star span.on {
 
28
  background-position: right -32px;
 
29
}
 
30
 
 
31
div.fivestar-widget-static .star span.off {
 
32
  background-position: right 0;
 
33
}
 
34
 
 
35
/* Javascript Star Version */
 
36
div.fivestar-widget .cancel,
 
37
div.fivestar-widget .cancel a {
 
38
  background-position: right -16px;
 
39
}
 
40
 
 
41
div.fivestar-widget .star,
 
42
div.fivestar-widget .star a,
 
43
div.fivestar-widget .cancel a {
 
44
  background-position: right 0;
 
45
}
 
46
 
 
47
div.fivestar-widget div.on a {
 
48
  background-position: right -16px;
 
49
}
 
50
div.fivestar-widget div.hover a, div.rating div a:hover {
 
51
  background-position: right -32px;
 
52
}