Stop using mw-ui-big on login form buttons
authorjdlrobson <jdlrobson@gmail.com>
Fri, 16 Jan 2015 22:39:00 +0000 (14:39 -0800)
committerjdlrobson <jdlrobson@gmail.com>
Fri, 16 Jan 2015 22:39:00 +0000 (14:39 -0800)
This is inconsistent with mobile and is one of the blockers from us
using this form rather than our own on a mobile device.

Also mw-ui-big is a terrible class name and we should be deprecating its
usage.

Change-Id: I56e93429431690cf1b9ef043620b36148e3b4a7a

includes/templates/Usercreate.php
includes/templates/Userlogin.php

index 4eea01c..d783c6a 100644 (file)
@@ -262,7 +262,6 @@ class UsercreateTemplate extends BaseTemplate {
                                                'tabindex' => $tabIndex++
                                        ),
                                        array(
-                                               'mw-ui-big',
                                                'mw-ui-block',
                                                'mw-ui-constructive',
                                        )
index 8bbbfa6..345bb71 100644 (file)
@@ -143,7 +143,7 @@ class UserloginTemplate extends BaseTemplate {
                                        'tabindex' => '6',
                                );
                                $modifiers = array(
-                                       'mw-ui-big', 'mw-ui-constructive',
+                                       'mw-ui-constructive',
                                );
                                echo Html::submitButton( $this->getMsg( 'pt-login-button' )->text(), $attrs, $modifiers );
                                ?>