Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/jquery.articleFeedback.js |
— | — | @@ -307,13 +307,15 @@ |
308 | 308 | .hover( |
309 | 309 | function() { |
310 | 310 | $(this) |
311 | | - .addClass( 'articleFeedback-rating-label-hover' ) |
| 311 | + .addClass( 'articleFeedback-rating-label-hover-head' ) |
312 | 312 | .prevAll( 'label' ) |
313 | | - .andSelf() |
314 | | - .addClass( 'articleFeedback-rating-label-full' ); |
| 313 | + .addClass( 'articleFeedback-rating-label-hover-tail' ); |
315 | 314 | }, |
316 | 315 | function() { |
317 | | - $(this).removeClass( 'articleFeedback-rating-label-hover' ); |
| 316 | + $(this) |
| 317 | + .removeClass( 'articleFeedback-rating-label-hover-head' ) |
| 318 | + .prevAll( 'label' ) |
| 319 | + .removeClass( 'articleFeedback-rating-label-hover-tail' ); |
318 | 320 | $.articleFeedback.fn.updateRating.call( |
319 | 321 | $(this).closest( '.articleFeedback-rating' ) |
320 | 322 | ); |
Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/images/star-full-hover.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/images/segment-empty.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/images/star-new.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/images/segment-full.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/images/star-empty.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/images/star-new-down.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/images/star-full.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/images/star-new-hover.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/images.psd |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/jquery.articleFeedback.css |
— | — | @@ -132,17 +132,13 @@ |
133 | 133 | background-image: url(images/star-full.png); |
134 | 134 | } |
135 | 135 | |
136 | | -.articleFeedback-rating-labels label.articleFeedback-rating-label-hover { |
| 136 | +.articleFeedback-rating-new .articleFeedback-rating-labels label.articleFeedback-rating-label-full, |
| 137 | +.articleFeedback-rating .articleFeedback-rating-labels label.articleFeedback-rating-label-hover-tail { |
137 | 138 | /* @embed */ |
138 | | - background-image: url(images/star-full-hover.png); |
139 | | -} |
140 | | - |
141 | | -.articleFeedback-rating-new .articleFeedback-rating-labels label.articleFeedback-rating-label-full { |
142 | | - /* @embed */ |
143 | 139 | background-image: url(images/star-new.png); |
144 | 140 | } |
145 | 141 | |
146 | | -.articleFeedback-rating-new .articleFeedback-rating-labels label.articleFeedback-rating-label-hover { |
| 142 | +.articleFeedback-rating .articleFeedback-rating-labels label.articleFeedback-rating-label-hover-head { |
147 | 143 | /* @embed */ |
148 | 144 | background-image: url(images/star-new-hover.png); |
149 | 145 | } |
— | — | @@ -171,7 +167,7 @@ |
172 | 168 | .articleFeedback-rating-meter { |
173 | 169 | float: left; |
174 | 170 | height: 17px; |
175 | | - width: 101px; |
| 171 | + width: 104px; |
176 | 172 | border: solid 1px #cccccc; |
177 | 173 | border-radius: 3px; |
178 | 174 | /* @embed */ |
— | — | @@ -183,7 +179,6 @@ |
184 | 180 | .articleFeedback-rating-meter div { |
185 | 181 | float: left; |
186 | 182 | height: 17px; |
187 | | - margin-left: 1px; |
188 | 183 | /* @embed */ |
189 | 184 | background-image: url(images/segment-full.png); |
190 | 185 | background-repeat: repeat-x; |