Index: trunk/phase3/skins/Vector.php |
— | — | @@ -610,7 +610,7 @@ |
611 | 611 | <!-- /views --> |
612 | 612 | <!-- actions --> |
613 | 613 | <?php if ( count( $this->data['action_urls'] ) > 0 ): ?> |
614 | | - <div id="actions" class="vectorMenu"> |
| 614 | + <div id="p-cactions" class="vectorMenu"> |
615 | 615 | <h5><span><?php $this->msg('actions') ?></span><a href="#"> </a></h5> |
616 | 616 | <div class="menu"> |
617 | 617 | <ul <?php $this->html('userlangattributes') ?>> |
Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -733,7 +733,7 @@ |
734 | 734 | #siteNotice { |
735 | 735 | text-align: center; |
736 | 736 | font-size: 95%; |
737 | | - padding-top: 0.9em; |
| 737 | + margin-bottom: 0.9em; |
738 | 738 | } |
739 | 739 | #siteNotice p { |
740 | 740 | margin: 0; |
— | — | @@ -889,3 +889,7 @@ |
890 | 890 | padding: 5px; |
891 | 891 | font-size: 95%; |
892 | 892 | } |
| 893 | + |
| 894 | +div#bodyContent { |
| 895 | + position: relative; |
| 896 | +} |
\ No newline at end of file |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -746,7 +746,7 @@ |
747 | 747 | #siteNotice { |
748 | 748 | text-align: center; |
749 | 749 | font-size: 95%; |
750 | | - padding-top: 0.9em; |
| 750 | + margin-bottom: 0.9em; |
751 | 751 | } |
752 | 752 | #siteNotice p { |
753 | 753 | margin: 0; |
— | — | @@ -901,3 +901,7 @@ |
902 | 902 | padding: 5px; |
903 | 903 | font-size: 95%; |
904 | 904 | } |
| 905 | + |
| 906 | +div#bodyContent { |
| 907 | + position: relative; |
| 908 | +} |
\ No newline at end of file |