Index: trunk/extensions/FlaggedRevs/client/flaggedrevs.css |
— | — | @@ -77,19 +77,19 @@ |
78 | 78 | } |
79 | 79 | |
80 | 80 | .fr-marker-20 { |
81 | | - background-image: url(../../FlaggedRevs/img/bar_20.png); |
| 81 | + background-image: url(img/bar_20.png); |
82 | 82 | } |
83 | 83 | .fr-marker-40 { |
84 | | - background-image: url(../../FlaggedRevs/img/bar_40.png); |
| 84 | + background-image: url(img/bar_40.png); |
85 | 85 | } |
86 | 86 | .fr-marker-60 { |
87 | | - background-image: url(../../FlaggedRevs/img/bar_60.png); |
| 87 | + background-image: url(img/bar_60.png); |
88 | 88 | } |
89 | 89 | .fr-marker-80 { |
90 | | - background-image: url(../../FlaggedRevs/img/bar_80.png); |
| 90 | + background-image: url(img/bar_80.png); |
91 | 91 | } |
92 | 92 | .fr-marker-100 { |
93 | | - background-image: url(../../FlaggedRevs/img/bar_100.png); |
| 93 | + background-image: url(img/bar_100.png); |
94 | 94 | } |
95 | 95 | |
96 | 96 | /* Short User Interface */ |
— | — | @@ -135,19 +135,19 @@ |
136 | 136 | } |
137 | 137 | |
138 | 138 | .fr-value20 { |
139 | | - background-image: url(../../FlaggedRevs/img/fr-marker-20.png); |
| 139 | + background-image: url(img/fr-marker-20.png); |
140 | 140 | } |
141 | 141 | .fr-value40 { |
142 | | - background-image: url(../../FlaggedRevs/img/fr-marker-40.png); |
| 142 | + background-image: url(img/fr-marker-40.png); |
143 | 143 | } |
144 | 144 | .fr-value60 { |
145 | | - background-image: url(../../FlaggedRevs/img/fr-marker-60.png); |
| 145 | + background-image: url(img/fr-marker-60.png); |
146 | 146 | } |
147 | 147 | .fr-value80 { |
148 | | - background-image: url(../../FlaggedRevs/img/fr-marker-80.png); |
| 148 | + background-image: url(img/fr-marker-80.png); |
149 | 149 | } |
150 | 150 | .fr-value100 { |
151 | | - background-image: url(../../FlaggedRevs/img/fr-marker-100.png); |
| 151 | + background-image: url(img/fr-marker-100.png); |
152 | 152 | } |
153 | 153 | |
154 | 154 | /* Both User Interfaces */ |
— | — | @@ -196,20 +196,20 @@ |
197 | 197 | background-position: center center; |
198 | 198 | } |
199 | 199 | .fr-icon-current { |
200 | | - background-image: url(../../FlaggedRevs/img/1.png); |
| 200 | + background-image: url(img/1.png); |
201 | 201 | } |
202 | 202 | .fr-icon-stable { |
203 | | - background-image: url(../../FlaggedRevs/img/2.png); |
| 203 | + background-image: url(img/2.png); |
204 | 204 | } |
205 | 205 | .fr-icon-quality { |
206 | | - background-image: url(../../FlaggedRevs/img/3.png); |
| 206 | + background-image: url(img/3.png); |
207 | 207 | } |
208 | 208 | .fr-icon-locked { |
209 | | - background-image: url(../../FlaggedRevs/img/lock-closed.png); |
| 209 | + background-image: url(img/lock-closed.png); |
210 | 210 | } |
211 | 211 | .fr-icon-unlocked { |
212 | 212 | width: 23px; |
213 | | - background-image: url(../../FlaggedRevs/img/lock-open.png); |
| 213 | + background-image: url(img/lock-open.png); |
214 | 214 | } |
215 | 215 | |
216 | 216 | .fr-diff-ratings { |
Index: trunk/extensions/FlaggedRevs/client/img/lock-closed.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/FlaggedRevs/client/img/lock-closed.png |
___________________________________________________________________ |
Name: svn:mime-type |
217 | 217 | + image/png |
Index: trunk/extensions/FlaggedRevs/client/img/1.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/FlaggedRevs/client/img/1.png |
___________________________________________________________________ |
Name: svn:mime-type |
218 | 218 | + image/png |
Index: trunk/extensions/FlaggedRevs/client/img/2.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/FlaggedRevs/client/img/2.png |
___________________________________________________________________ |
Name: svn:mime-type |
219 | 219 | + image/png |
Index: trunk/extensions/FlaggedRevs/client/img/3.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/FlaggedRevs/client/img/3.png |
___________________________________________________________________ |
Name: svn:mime-type |
220 | 220 | + image/png |
Index: trunk/extensions/FlaggedRevs/client/img/bar_20.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/FlaggedRevs/client/img/bar_20.png |
___________________________________________________________________ |
Name: svn:mime-type |
221 | 221 | + image/png |
Index: trunk/extensions/FlaggedRevs/client/img/fr-marker-20.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/FlaggedRevs/client/img/fr-marker-20.png |
___________________________________________________________________ |
Name: svn:mime-type |
222 | 222 | + image/png |
Index: trunk/extensions/FlaggedRevs/client/img/bar_40.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/FlaggedRevs/client/img/bar_40.png |
___________________________________________________________________ |
Name: svn:mime-type |
223 | 223 | + image/png |
Index: trunk/extensions/FlaggedRevs/client/img/fr-marker-40.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/FlaggedRevs/client/img/fr-marker-40.png |
___________________________________________________________________ |
Name: svn:mime-type |
224 | 224 | + image/png |
Index: trunk/extensions/FlaggedRevs/client/img/bar_60.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/FlaggedRevs/client/img/bar_60.png |
___________________________________________________________________ |
Name: svn:mime-type |
225 | 225 | + image/png |
Index: trunk/extensions/FlaggedRevs/client/img/fr-marker-60.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/FlaggedRevs/client/img/fr-marker-60.png |
___________________________________________________________________ |
Name: svn:mime-type |
226 | 226 | + image/png |
Index: trunk/extensions/FlaggedRevs/client/img/bar_80.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/FlaggedRevs/client/img/bar_80.png |
___________________________________________________________________ |
Name: svn:mime-type |
227 | 227 | + image/png |
Index: trunk/extensions/FlaggedRevs/client/img/fr-marker-80.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/FlaggedRevs/client/img/fr-marker-80.png |
___________________________________________________________________ |
Name: svn:mime-type |
228 | 228 | + image/png |
Index: trunk/extensions/FlaggedRevs/client/img/license.txt |
— | — | @@ -0,0 +1,5 @@ |
| 2 | +All images in this folder are available under the |
| 3 | +GNU Free Documentation license (1.2+). |
| 4 | + |
| 5 | +All the images are to be credited to Joerg Baach, except for lock-open.png and lock-closed.png, |
| 6 | +which where created by "Jasu" (http://commons.wikimedia.org/wiki/User:Jasu), under the same license. |
\ No newline at end of file |
Property changes on: trunk/extensions/FlaggedRevs/client/img/license.txt |
___________________________________________________________________ |
Name: svn:eol-style |
1 | 7 | + native |
Index: trunk/extensions/FlaggedRevs/client/img/bar_100.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/FlaggedRevs/client/img/bar_100.png |
___________________________________________________________________ |
Name: svn:mime-type |
2 | 8 | + image/png |
Index: trunk/extensions/FlaggedRevs/client/img/fr-marker-100.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/FlaggedRevs/client/img/fr-marker-100.png |
___________________________________________________________________ |
Name: svn:mime-type |
3 | 9 | + image/png |
Index: trunk/extensions/FlaggedRevs/client/img/lock-open.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/FlaggedRevs/client/img/lock-open.png |
___________________________________________________________________ |
Name: svn:mime-type |
4 | 10 | + image/png |