https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114507

Revision: 114507
Author:   awjrichards
Date:     2012-03-27 00:27:27 +0000 (Tue, 27 Mar 2012)
Log Message:
-----------
MFG Change-Id: I5bec6e19260adf98d6b83a108ae79059b04eb0ca, Change-Id: 
I30f908c273b867b17ce1c0c4520e6c978f567798

Modified Paths:
--------------
    branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php
    branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/beta_common.css

Modified: 
branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php
===================================================================
--- branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php     
2012-03-27 00:08:09 UTC (rev 114506)
+++ branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php     
2012-03-27 00:27:27 UTC (rev 114507)
@@ -429,6 +429,7 @@
                }
 
                self::$device = $device->format( $formatName );
+               $this->checkUserStatus();
                $this->setDefaultLogo();
 
                // honor useformat=mobile-wap if it's set, otherwise determine 
by device
@@ -495,8 +496,6 @@
                $this->disableCaching();
                $this->sendXDeviceVaryHeader();
                $this->sendApplicationVersionVaryHeader();
-               $this->checkUserStatus();
-               $this->setDefaultLogo();
                $this->checkUserLoggedIn();
 
                if ( self::$title->isSpecial( 'Userlogin' ) && 
self::$isBetaGroupMember ) {

Modified: 
branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/beta_common.css
===================================================================
--- branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/beta_common.css 
2012-03-27 00:08:09 UTC (rev 114506)
+++ branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/beta_common.css 
2012-03-27 00:27:27 UTC (rev 114507)
@@ -786,6 +786,7 @@
        top: 0;
        left: 0;
        height: 40px;
+       line-height: 40px; /* prevent text jumping as you search */
 }
 
 #searchbox {


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to