Paladox has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/254164

Change subject: Fix name of site being hidden
......................................................................

Fix name of site being hidden

This fixes the name of site being hidden because when you zoom it the user
menu will move as you zoom moving anything in its path out.

Change-Id: I8d5d490e1414900166781687385f1bdbb0fcca49
---
M MetrolookTemplate.php
1 file changed, 21 insertions(+), 22 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Metrolook 
refs/changes/64/254164/1

diff --git a/MetrolookTemplate.php b/MetrolookTemplate.php
index c9f5d2d..9035c6f 100644
--- a/MetrolookTemplate.php
+++ b/MetrolookTemplate.php
@@ -329,28 +329,6 @@
                        <h2><?php $this->msg( 'navigation-heading' ) ?></h2>
 
                <div id="mw-head">
-                       <div class="vectorMenu" id="usermenu">
-                               <div class="no-js">
-                                       <a href="#" class="user-icon-container">
-                                               <span id="username-top">
-                                                       <span 
id="username-text"><?php echo $userNameTop ?></span>
-                                                       <span 
class="username-space spacer"> </span>
-                                                       <span 
id="userIcon20"><?php echo $this->getAvatar( 20 ) ?></span>
-                                                       <span class="spacer"> 
</span>
-                                                       <span 
id="userIcon40"><?php echo $this->getAvatar( 40 ) ?></span>
-                                               </span>
-                                       </a>
-                                       <div class="menu personal-menu">
-                                               <?php $this->renderNavigation( 
'PERSONAL' ); ?>
-                                       </div>
-                               </div>
-                       </div>
-                       <div id="echoNotifications">
-                               <ul>
-                                       <?php echo $this->mPersonalToolsEcho; ?>
-                               </ul>
-                       </div>
-
                        <div id="hamburgerIcon">
                                <img
                                class="hamburger"
@@ -436,6 +414,27 @@
                        <?php
                        }
                        ?>
+                       <div class="vectorMenu" id="usermenu">
+                               <div class="no-js">
+                                       <a href="#" class="user-icon-container">
+                                               <span id="username-top">
+                                                       <span 
id="username-text"><?php echo $userNameTop ?></span>
+                                                       <span 
class="username-space spacer"> </span>
+                                                       <span 
id="userIcon20"><?php echo $this->getAvatar( 20 ) ?></span>
+                                                       <span class="spacer"> 
</span>
+                                                       <span 
id="userIcon40"><?php echo $this->getAvatar( 40 ) ?></span>
+                                               </span>
+                                       </a>
+                                       <div class="menu personal-menu">
+                                               <?php $this->renderNavigation( 
'PERSONAL' ); ?>
+                                       </div>
+                               </div>
+                       </div>
+                       <div id="echoNotifications">
+                               <ul>
+                                       <?php echo $this->mPersonalToolsEcho; ?>
+                               </ul>
+                       </div>
 
                        <div id="left-navigation">
                                <?php

-- 
To view, visit https://gerrit.wikimedia.org/r/254164
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8d5d490e1414900166781687385f1bdbb0fcca49
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Metrolook
Gerrit-Branch: master
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to