Index: trunk/extensions/Vector/modules/ext.vector.collapsibleNav.css |
— | — | @@ -1,39 +1,26 @@ |
2 | 2 | /* Prototype code to show collapsing left nav options */ |
3 | 3 | #mw-panel.collapsible-nav div.portal { |
4 | 4 | /* @embed */ |
5 | | - background-image:url(images/portal-break.png?1); |
| 5 | + background-image:url(images/portal-break.png); |
6 | 6 | background-position:left top; |
7 | 7 | background-repeat:no-repeat; |
8 | 8 | padding: 0.25em 0 !important; |
9 | 9 | margin: -11px 9px 10px 11px; |
10 | 10 | } |
11 | | -body.rtl #mw-panel.collapsible-nav div.portal { |
12 | | - background-position: right top; |
13 | | - margin: -11px 11px 10px 9px; |
14 | | -} |
15 | 11 | #mw-panel.collapsible-nav div.portal h5 { |
16 | 12 | color: #4D4D4D; |
17 | 13 | font-weight: normal; |
18 | 14 | /* @embed */ |
19 | | - background: url(images/arrow-down.png?1) 0 50% no-repeat; |
| 15 | + background: url(images/open.png) left center no-repeat; |
20 | 16 | padding: 4px 0 3px 1.5em; |
21 | 17 | margin-bottom: 0px; |
22 | 18 | } |
23 | | -body.rtl #mw-panel.collapsible-nav div.portal h5 { |
24 | | - /* @embed */ |
25 | | - background: url(images/arrow-down.png?1) 100% 50% no-repeat; |
26 | | - padding: 4px 1.5em 3px 0; |
27 | | -} |
28 | 19 | #mw-panel.collapsible-nav div.collapsed h5 { |
29 | 20 | color: #0645AD; |
30 | 21 | /* @embed */ |
31 | | - background: url(images/arrow-right.png?1) 0 50% no-repeat; |
| 22 | + background: url(images/closed-ltr.png) left center no-repeat; |
32 | 23 | margin-bottom: 0px; |
33 | 24 | } |
34 | | -body.rtl #mw-panel.collapsible-nav div.collapsed h5 { |
35 | | - /* @embed */ |
36 | | - background: url(images/arrow-left.png?1) 100% 50% no-repeat; |
37 | | -} |
38 | 25 | #mw-panel.collapsible-nav div h5:hover { |
39 | 26 | cursor: pointer; |
40 | 27 | text-decoration: none; |
— | — | @@ -66,8 +53,4 @@ |
67 | 54 | } |
68 | 55 | #mw-panel.collapsible-nav div.persistent div.body { |
69 | 56 | margin-left: 0.5em; |
70 | | -} |
71 | | -body.rtl #mw-panel.collapsible-nav div.persistent div.body { |
72 | | - margin-left: 0; |
73 | | - margin-right: 0.5em; |
74 | | -} |
| 57 | +} |
\ No newline at end of file |
Index: trunk/extensions/Vector/modules/images/arrow-down.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/extensions/Vector/modules/images/arrow-left.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/extensions/Vector/modules/images/arrow-right.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/extensions/Vector/modules/images/open.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/Vector/modules/images/open.png |
___________________________________________________________________ |
Added: svn:mime-type |
75 | 58 | + image/png |
Index: trunk/extensions/Vector/modules/images/closed-ltr.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/Vector/modules/images/closed-ltr.png |
___________________________________________________________________ |
Added: svn:mime-type |
76 | 59 | + image/png |
Index: trunk/extensions/Vector/modules/images/closed-rtl.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/extensions/Vector/modules/images/closed-rtl.png |
___________________________________________________________________ |
Added: svn:mime-type |
77 | 60 | + image/png |