Index: trunk/extensions/Vector/modules/vector.collapsibleNav.css |
— | — | @@ -1,5 +1,6 @@ |
2 | 2 | /* Prototype code to show collapsing left nav options */ |
3 | 3 | #mw-panel.collapsible-nav div.portal { |
| 4 | + /* @embed */ |
4 | 5 | background-image:url(images/portal-break.png?1); |
5 | 6 | background-position:left top; |
6 | 7 | background-repeat:no-repeat; |
— | — | @@ -13,20 +14,24 @@ |
14 | 15 | #mw-panel.collapsible-nav div.portal h5 { |
15 | 16 | color: #4D4D4D; |
16 | 17 | font-weight: normal; |
| 18 | + /* @embed */ |
17 | 19 | background: url(images/arrow-down.png?1) 0 50% no-repeat; |
18 | 20 | padding: 4px 0 3px 1.5em; |
19 | 21 | margin-bottom: 0px; |
20 | 22 | } |
21 | 23 | body.rtl #mw-panel.collapsible-nav div.portal h5 { |
| 24 | + /* @embed */ |
22 | 25 | background: url(images/arrow-down.png?1) 100% 50% no-repeat; |
23 | 26 | padding: 4px 1.5em 3px 0; |
24 | 27 | } |
25 | 28 | #mw-panel.collapsible-nav div.collapsed h5 { |
26 | 29 | color: #0645AD; |
| 30 | + /* @embed */ |
27 | 31 | background: url(images/arrow-right.png?1) 0 50% no-repeat; |
28 | 32 | margin-bottom: 0px; |
29 | 33 | } |
30 | 34 | body.rtl #mw-panel.collapsible-nav div.collapsed h5 { |
| 35 | + /* @embed */ |
31 | 36 | background: url(images/arrow-left.png?1) 100% 50% no-repeat; |
32 | 37 | } |
33 | 38 | #mw-panel.collapsible-nav div h5:hover { |
Index: trunk/extensions/Vector/modules/vector.footerCleanup.css |
— | — | @@ -25,11 +25,13 @@ |
26 | 26 | padding: 0 0 0 14px; |
27 | 27 | } |
28 | 28 | .collapsible-list.collapsed label { |
| 29 | + /* @embed */ |
29 | 30 | background: url(../images/vector/collapsibleNav/arrow-down.png?1) 0 50% no-repeat; |
30 | 31 | padding: 4px 0 3px 1.5em; |
31 | 32 | margin-bottom: 0px; |
32 | 33 | } |
33 | 34 | .collapsible-list.expanded label { |
| 35 | + /* @embed */ |
34 | 36 | background: url(../images/vector/collapsibleNav/arrow-right.png?1) 0 50% no-repeat; |
35 | 37 | padding: 4px 0 3px 1.5em; |
36 | 38 | margin-bottom: 0px; |