Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.divider.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.tail.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.head.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.divider-ltr.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.divider-ltr.png |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 1 | + application/octet-stream |
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.divider-rtl.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.divider-rtl.png |
___________________________________________________________________ |
Added: svn:mime-type |
2 | 2 | + application/octet-stream |
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.tail-ltr.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.tail-ltr.png |
___________________________________________________________________ |
Added: svn:mime-type |
3 | 3 | + application/octet-stream |
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.tail-rtl.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.tail-rtl.png |
___________________________________________________________________ |
Added: svn:mime-type |
4 | 4 | + application/octet-stream |
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.head-rtl.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.head-rtl.png |
___________________________________________________________________ |
Added: svn:mime-type |
5 | 5 | + application/octet-stream |
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.head-ltr.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.head-ltr.png |
___________________________________________________________________ |
Added: svn:mime-type |
6 | 6 | + application/octet-stream |
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.css |
— | — | @@ -21,19 +21,19 @@ |
22 | 22 | |
23 | 23 | .arrowSteps li.arrow div { |
24 | 24 | /* @embed */ |
25 | | - background: url(jquery.arrowSteps.divider.png) no-repeat right center; |
| 25 | + background: url(jquery.arrowSteps.divider-ltr.png) no-repeat right center; |
26 | 26 | } |
27 | 27 | |
28 | 28 | /* applied to the element preceding the highlighted step */ |
29 | 29 | .arrowSteps li.arrow.tail div { |
30 | 30 | /* @embed */ |
31 | | - background: url(jquery.arrowSteps.tail.png) no-repeat right center; |
| 31 | + background: url(jquery.arrowSteps.tail-ltr.png) no-repeat right center; |
32 | 32 | } |
33 | 33 | |
34 | 34 | /* this applies to all highlighted, including the last */ |
35 | 35 | .arrowSteps li.head div { |
36 | 36 | /* @embed */ |
37 | | - background: url(jquery.arrowSteps.head.png) no-repeat left center; |
| 37 | + background: url(jquery.arrowSteps.head-ltr.png) no-repeat left center; |
38 | 38 | font-weight: bold; |
39 | 39 | } |
40 | 40 | |
— | — | @@ -41,5 +41,5 @@ |
42 | 42 | .arrowSteps li.arrow.head div { |
43 | 43 | /* TODO: eliminate duplication of jquery.arrowSteps.head.png embedding */ |
44 | 44 | /* @embed */ |
45 | | - background: url(jquery.arrowSteps.head.png) no-repeat right center; |
| 45 | + background: url(jquery.arrowSteps.head-ltr.png) no-repeat right center; |
46 | 46 | } |