Index: trunk/extensions/ArticleAssessmentPilot/modules/ext.articleAssessment/ext.articleAssessment.css |
— | — | @@ -39,10 +39,10 @@ |
40 | 40 | height: 24px; |
41 | 41 | display: block; |
42 | 42 | float: right; |
43 | | - background: url(images/question.gif) 0 50% no-repeat; |
| 43 | + background: url(images/question.png) 0 50% no-repeat; |
44 | 44 | } |
45 | 45 | .article-assessment-wrapper .rating-field-hint:hover { |
46 | | - background: url(images/question-hover.gif) 0 50% no-repeat; |
| 46 | + background: url(images/question-hover.png) 0 50% no-repeat; |
47 | 47 | } |
48 | 48 | |
49 | 49 | .article-assessment-wrapper .article-assessment-flash { |
— | — | @@ -72,7 +72,7 @@ |
73 | 73 | font-size: 11px; |
74 | 74 | } |
75 | 75 | .article-assessment-wrapper .article-assessment-rating-field-value-wrapper { |
76 | | - background: url(images/rating_bg.gif) 0 0 no-repeat; |
| 76 | + background: url(images/rating-base.png) 0 0 no-repeat; |
77 | 77 | width: 120px; |
78 | 78 | height: 13px; |
79 | 79 | display: block; |
— | — | @@ -95,7 +95,7 @@ |
96 | 96 | float: right; |
97 | 97 | } |
98 | 98 | .article-assessment-wrapper .article-assessment-rating-field-value-wrapper .article-assessment-rating-field-value { |
99 | | - background: url(images/rating_bar.gif) 0 0 no-repeat; |
| 99 | + background: url(images/rating-bar.png) 0 0 no-repeat; |
100 | 100 | height: 9px; |
101 | 101 | float: right; |
102 | 102 | display: block; |
— | — | @@ -116,7 +116,7 @@ |
117 | 117 | float: right; |
118 | 118 | } |
119 | 119 | .article-assessment-wrapper .article-assessment-ratings-disabled .article-assessment-rating-field-value-wrapper { |
120 | | - background: urlimages/rating_disabled_bg.gif) 0 0 no-repeat; |
| 120 | + background: urlimages/rating-base-disabled.png) 0 0 no-repeat; |
121 | 121 | } |
122 | 122 | .article-assessment-wrapper .article-assessment-ratings-disabled .article-assessment-rating-field-value { |
123 | 123 | display: none; |
Index: trunk/extensions/ArticleAssessmentPilot/modules/ext.articleAssessment/images/rating_bg.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = image/gif |
Index: trunk/extensions/ArticleAssessmentPilot/modules/ext.articleAssessment/images/rating_disabled_bg.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = image/gif |
Index: trunk/extensions/ArticleAssessmentPilot/modules/ext.articleAssessment/images/question.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = image/gif |
Index: trunk/extensions/ArticleAssessmentPilot/modules/ext.articleAssessment/images/question-hover.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = image/gif |
Index: trunk/extensions/ArticleAssessmentPilot/modules/ext.articleAssessment/images/rating_bar.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = image/gif |