Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.css |
— | — | @@ -20,21 +20,26 @@ |
21 | 21 | } |
22 | 22 | |
23 | 23 | .arrowSteps li.arrow div { |
| 24 | + /* @embed */ |
24 | 25 | background: url(jquery.arrowSteps.divider.png) no-repeat right center; |
25 | 26 | } |
26 | 27 | |
27 | 28 | /* applied to the element preceding the highlighted step */ |
28 | 29 | .arrowSteps li.arrow.tail div { |
| 30 | + /* @embed */ |
29 | 31 | background: url(jquery.arrowSteps.tail.png) no-repeat right center; |
30 | 32 | } |
31 | 33 | |
32 | 34 | /* this applies to all highlighted, including the last */ |
33 | 35 | .arrowSteps li.head div { |
| 36 | + /* @embed */ |
34 | 37 | background: url(jquery.arrowSteps.head.png) no-repeat left center; |
35 | 38 | font-weight: bold; |
36 | 39 | } |
37 | 40 | |
38 | 41 | /* this applies to all highlighted arrows except the last */ |
39 | 42 | .arrowSteps li.arrow.head div { |
| 43 | + /* TODO: eliminate duplication of jquery.arrowSteps.head.png embedding */ |
| 44 | + /* @embed */ |
40 | 45 | background: url(jquery.arrowSteps.head.png) no-repeat right center; |
41 | 46 | } |
Index: trunk/extensions/UploadWizard/resources/uploadWizard.css |
— | — | @@ -173,12 +173,14 @@ |
174 | 174 | padding: 0.5em; |
175 | 175 | border: 1px solid #e0e0e0; |
176 | 176 | margin-right: 1em; |
| 177 | + /* @embed */ |
177 | 178 | background: url('images/32px-Blank-document.svg.png') no-repeat center center; |
178 | 179 | } |
179 | 180 | |
180 | 181 | .mwe-upwiz-file-preview-broken { |
181 | 182 | height: 60px !important; |
182 | 183 | width: 60px !important; |
| 184 | + /* @embed */ |
183 | 185 | background: url('images/32px-Blank-document-broken.svg.png') no-repeat center center !important; |
184 | 186 | } |
185 | 187 | |
— | — | @@ -284,17 +286,21 @@ |
285 | 287 | } |
286 | 288 | |
287 | 289 | .mwe-upwiz-status-progress { |
| 290 | + /* @embed */ |
288 | 291 | background: url('images/24px-spinner-0645ad.gif') no-repeat center center; |
289 | 292 | } |
290 | 293 | |
291 | 294 | .mwe-upwiz-file.hover .mwe-upwiz-status-progress { |
| 295 | + /* @embed */ |
292 | 296 | background: url('images/24px-spinner-0645ad-e0f0ff.gif') no-repeat center center; |
293 | 297 | } |
294 | 298 | |
295 | 299 | .mwe-upwiz-file.odd .mwe-upwiz-status-progress { |
| 300 | + /* @embed */ |
296 | 301 | background: url('images/24px-spinner-0645ad-f5f5f5.gif') no-repeat center center; |
297 | 302 | } |
298 | 303 | .mwe-upwiz-status-stashed, .mwe-upwiz-status-uploaded { |
| 304 | + /* @embed */ |
299 | 305 | background: url('images/32px-Dialog-apply-009900.svg.png') no-repeat center center; |
300 | 306 | } |
301 | 307 | |
— | — | @@ -307,18 +313,22 @@ |
308 | 314 | } |
309 | 315 | |
310 | 316 | .mwe-upwiz-cc-zero-icon { |
| 317 | + /* @embed */ |
311 | 318 | background: url('images/18px-Cc-zero.svg.png') no-repeat center center; |
312 | 319 | } |
313 | 320 | |
314 | 321 | .mwe-upwiz-cc-sa-icon { |
| 322 | + /* @embed */ |
315 | 323 | background: url('images/18px-Share_Alike.svg.png') no-repeat center center; |
316 | 324 | } |
317 | 325 | |
318 | 326 | .mwe-upwiz-cc-by-icon { |
| 327 | + /* @embed */ |
319 | 328 | background: url('images/18px-Cc-by_new_white.svg.png') no-repeat center center; |
320 | 329 | } |
321 | 330 | |
322 | 331 | .mwe-upwiz-status-error { |
| 332 | + /* @embed */ |
323 | 333 | background: url('images/32px-Nuvola_apps_important_orange.svg.png') no-repeat center center; |
324 | 334 | font-weight: bold; |
325 | 335 | color: #CC0000; |
— | — | @@ -612,10 +622,12 @@ |
613 | 623 | .mwe-upwiz-toggler { |
614 | 624 | margin-bottom: 0; |
615 | 625 | padding: 4px 0 3px 18px; |
| 626 | + /* @embed */ |
616 | 627 | background: url('images/toggle.png') no-repeat left center; |
617 | 628 | } |
618 | 629 | |
619 | 630 | .mwe-upwiz-toggler-open { |
| 631 | + /* @embed */ |
620 | 632 | background: url('images/toggle-open.png') no-repeat left center; |
621 | 633 | } |
622 | 634 | |
— | — | @@ -647,6 +659,7 @@ |
648 | 660 | |
649 | 661 | .mwe-date { |
650 | 662 | width: 20em; |
| 663 | + /* @embed */ |
651 | 664 | background: #ffffff url('images/calendar.gif') no-repeat right center; |
652 | 665 | } |
653 | 666 | |
— | — | @@ -655,6 +668,7 @@ |
656 | 669 | } |
657 | 670 | |
658 | 671 | .mwe-upwiz-hint { |
| 672 | + /* @embed */ |
659 | 673 | background: url('images/question.png') no-repeat; |
660 | 674 | display: inline-block; |
661 | 675 | height: 11px; |
— | — | @@ -662,6 +676,7 @@ |
663 | 677 | margin-left: 4px; |
664 | 678 | } |
665 | 679 | .mwe-upwiz-hint:hover { |
| 680 | + /* @embed */ |
666 | 681 | background: url('images/question-hover.png') no-repeat; |
667 | 682 | } |
668 | 683 | |