Index: branches/MetavidWiki-exp/skins/mvpcf.php |
— | — | @@ -78,8 +78,8 @@ |
79 | 79 | $this->close_html(); |
80 | 80 | } |
81 | 81 | function get_splash_page_html(){ |
82 | | - global $wgScript; |
83 | | - ?> |
| 82 | + global $wgScript; |
| 83 | + ?> |
84 | 84 | <body id="frontPage"> |
85 | 85 | <div id="frontPageTop"> |
86 | 86 | <?php $this->get_portlet('p-personal')?> |
— | — | @@ -89,7 +89,7 @@ |
90 | 90 | <?php $this->get_search_html(); ?> |
91 | 91 | </div><!--searchSplash--> |
92 | 92 | |
93 | | - <div style="position:relative;top:10px"><?php $this->get_top_nav() ?></div> |
| 93 | + <div style="position:absolute;width:100%;bottom:0px"><?php $this->get_top_nav() ?></div> |
94 | 94 | </div><!--frontPageTop--> |
95 | 95 | |
96 | 96 | <div id="frontPageContent" class="bodyContent"> |
Index: branches/MetavidWiki-exp/skins/mvpcf/style.css |
— | — | @@ -230,6 +230,7 @@ |
231 | 231 | .mvd_page_image{ |
232 | 232 | float:left; |
233 | 233 | padding-right:5px; |
| 234 | + width:50px; |
234 | 235 | } |
235 | 236 | .mvd_page_image img{ |
236 | 237 | display:block; |