Added position:relative to #bodyContent to allow absolutes to be relative to it,...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 7 Jul 2009 20:24:57 +0000 (20:24 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 7 Jul 2009 20:24:57 +0000 (20:24 +0000)
skins/Vector.php
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index bcf9a10..cea3283 100644 (file)
@@ -610,7 +610,7 @@ class VectorTemplate extends QuickTemplate {
                                <!-- /views -->
                                <!-- actions -->
                                <?php if ( count( $this->data['action_urls'] ) > 0 ): ?>
-                               <div id="actions" class="vectorMenu">
+                               <div id="p-cactions" class="vectorMenu">
                                        <h5><span><?php $this->msg('actions') ?></span><a href="#">&nbsp;</a></h5>
                                        <div class="menu">
                                                <ul <?php $this->html('userlangattributes') ?>>
index b2bbc36..7c1163b 100644 (file)
@@ -733,7 +733,7 @@ img.thumbborder {
 #siteNotice {
        text-align: center;
        font-size: 95%;
-       padding-top: 0.9em;
+       margin-bottom: 0.9em;
 }
        #siteNotice p {
                margin: 0;
@@ -889,3 +889,7 @@ span.newpage, span.minor, span.bot {
        padding: 5px;
        font-size: 95%;
 }
+
+div#bodyContent {
+       position: relative;
+}
\ No newline at end of file
index 67dbc05..3ede89c 100644 (file)
@@ -746,7 +746,7 @@ img.thumbborder {
 #siteNotice {
        text-align: center;
        font-size: 95%;
-       padding-top: 0.9em;
+       margin-bottom: 0.9em;
 }
        #siteNotice p {
                margin: 0;
@@ -901,3 +901,7 @@ span.newpage, span.minor, span.bot {
        padding: 5px;
        font-size: 95%;
 }
+
+div#bodyContent {
+       position: relative;
+}
\ No newline at end of file