Index: trunk/phase3/skins/vector/experiments/images/new-portal-break-ltr.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/phase3/skins/vector/experiments/images/new-portal-break-rtl.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/phase3/skins/vector/experiments/images/new-portal-break-rtl.png |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 1 | + image/png |
Index: trunk/phase3/skins/vector/experiments/babaco-colors-a.css |
— | — | @@ -68,6 +68,9 @@ |
69 | 69 | body #panel div.portal div.body { |
70 | 70 | background-image:url(images/new-portal-break-ltr.png); |
71 | 71 | } |
| 72 | +body.rtl #panel div.portal div.body { |
| 73 | + background-image:url(images/new-portal-break-rtl.png); |
| 74 | +} |
72 | 75 | body div.vectorTabs li a, div.vectorTabs li a span{ |
73 | 76 | color:#4d4d4d; |
74 | 77 | } |
Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -460,7 +460,8 @@ |
461 | 461 | #footer #footer-icons { |
462 | 462 | float: right; |
463 | 463 | } |
464 | | -#footer #footer-places { |
| 464 | +/* @noflip */ |
| 465 | +body.ltr #footer #footer-places { |
465 | 466 | float: left; |
466 | 467 | } |
467 | 468 | #footer #footer-info li { |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -460,8 +460,9 @@ |
461 | 461 | #footer #footer-icons { |
462 | 462 | float: left; |
463 | 463 | } |
464 | | -#footer #footer-places { |
465 | | - float: right; |
| 464 | +/* @noflip */ |
| 465 | +body.ltr #footer #footer-places { |
| 466 | + float: left; |
466 | 467 | } |
467 | 468 | #footer #footer-info li { |
468 | 469 | line-height: 1.4em; |