Index: branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php |
— | — | @@ -429,6 +429,7 @@ |
430 | 430 | } |
431 | 431 | |
432 | 432 | self::$device = $device->format( $formatName ); |
| 433 | + $this->checkUserStatus(); |
433 | 434 | $this->setDefaultLogo(); |
434 | 435 | |
435 | 436 | // honor useformat=mobile-wap if it's set, otherwise determine by device |
— | — | @@ -495,8 +496,6 @@ |
496 | 497 | $this->disableCaching(); |
497 | 498 | $this->sendXDeviceVaryHeader(); |
498 | 499 | $this->sendApplicationVersionVaryHeader(); |
499 | | - $this->checkUserStatus(); |
500 | | - $this->setDefaultLogo(); |
501 | 500 | $this->checkUserLoggedIn(); |
502 | 501 | |
503 | 502 | if ( self::$title->isSpecial( 'Userlogin' ) && self::$isBetaGroupMember ) { |
Index: branches/wmf/1.19wmf1/extensions/MobileFrontend/stylesheets/beta_common.css |
— | — | @@ -786,6 +786,7 @@ |
787 | 787 | top: 0; |
788 | 788 | left: 0; |
789 | 789 | height: 40px; |
| 790 | + line-height: 40px; /* prevent text jumping as you search */ |
790 | 791 | } |
791 | 792 | |
792 | 793 | #searchbox { |