Projet

Général

Profil

Révision d50a36e0

Ajouté par Assos Assos il y a presque 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/fivestar/css/fivestar.css
66 66
  display: block;
67 67
}
68 68

  
69
div.fivestar-widget .cancel, div.fivestar-widget .star {
69
div.fivestar-widget .cancel,
70
div.fivestar-widget .star {
70 71
  float: left; /* RTL */
71 72
  width: 17px;
72 73
  height: 15px;
73 74
  overflow: hidden;
74 75
  text-indent: -999em;
75 76
}
76
div.fivestar-widget .cancel, div.fivestar-widget .cancel a {
77
div.fivestar-widget .cancel,
78
div.fivestar-widget .cancel a {
77 79
  background: url(../widgets/default/delete.gif) no-repeat 0 -16px; /* RTL */
78 80
  text-decoration: none;
79 81
}
80 82

  
81
div.fivestar-widget .star, div.fivestar-widget .star a {
83
div.fivestar-widget .star,
84
div.fivestar-widget .star a {
82 85
  background: url(../widgets/default/star.gif) no-repeat 0 0; /* RTL */
83 86
  text-decoration: none;
84 87
}
85 88

  
86
div.fivestar-widget .cancel a, div.fivestar-widget .star a {
89
div.fivestar-widget .cancel a,
90
div.fivestar-widget .star a {
87 91
  display: block;
88 92
  width: 100%;
89 93
  height: 100%;
......
94 98
div.fivestar-widget div.on a {
95 99
  background-position: 0 -16px; /* RTL */
96 100
}
97
div.fivestar-widget div.hover a, div.rating div a:hover {
101
div.fivestar-widget div.hover a,
102
div.rating div a:hover {
98 103
  background-position: 0 -32px; /* RTL */
99 104
}
100 105
form.fivestar-widget div.description {

Formats disponibles : Unified diff