Special:ActiveUsers: Use mw-ui-input-inline
authorPrateek Saxena <prtksxna@gmail.com>
Mon, 22 Sep 2014 21:51:00 +0000 (14:51 -0700)
committerPrateek Saxena <prtksxna@gmail.com>
Mon, 22 Sep 2014 21:51:00 +0000 (14:51 -0700)
Bug: 71142
Change-Id: Ie737b8bd74179ce916747c5e9cd23304e2ad8b16

includes/specials/SpecialActiveusers.php

index ce43652..d17b671 100644 (file)
@@ -205,7 +205,8 @@ class ActiveUsersPager extends UsersPager {
 
                # Username field
                $out .= Xml::inputLabel( $this->msg( 'activeusers-from' )->text(),
-                       'username', 'offset', 20, $this->requestedUser, array( 'tabindex' => 1 ) ) . '<br />';
+                       'username', 'offset', 20, $this->requestedUser,
+                       array( 'class' => 'mw-ui-input-inline', 'tabindex' => 1 ) ) . '<br />';
 
                $out .= Xml::checkLabel( $this->msg( 'activeusers-hidebots' )->text(),
                        'hidebots', 'hidebots', $this->opts->getValue( 'hidebots' ), array( 'tabindex' => 2 ) );