Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/jquery.articleFeedback.js |
— | — | @@ -164,7 +164,7 @@ |
165 | 165 | Math.round( ( average % 1 ) * 10 ) ) |
166 | 166 | .end() |
167 | 167 | .find( '.articleFeedback-rating-meter div' ) |
168 | | - .css( 'width', Math.round( average * 20 ) + 'px' ) |
| 168 | + .css( 'width', Math.round( average * 21 ) + 'px' ) |
169 | 169 | .end() |
170 | 170 | .find( '.articleFeedback-rating-count' ) |
171 | 171 | .text( mw.msg( |
Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/jquery.articleFeedback.css |
— | — | @@ -174,6 +174,7 @@ |
175 | 175 | background-image: url(images/segment-empty.png); |
176 | 176 | background-repeat: repeat-x; |
177 | 177 | background-position: center left; |
| 178 | + overflow: hidden; |
178 | 179 | } |
179 | 180 | |
180 | 181 | .articleFeedback-rating-meter div { |