Prtksxna has uploaded a new change for review.

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

Change subject: Special:Categories: Use mediawiki.ui classes and fix layout
......................................................................

Special:Categories: Use mediawiki.ui classes and fix layout

Bug: 71146
Change-Id: I96c684f6f7b352afd368624d814761f359e7b551
---
M includes/specials/SpecialCategories.php
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/47/162147/1

diff --git a/includes/specials/SpecialCategories.php 
b/includes/specials/SpecialCategories.php
index 95f9efd..c043878 100644
--- a/includes/specials/SpecialCategories.php
+++ b/includes/specials/SpecialCategories.php
@@ -188,9 +188,11 @@
                                        $this->msg( 'categories' )->text(),
                                        Xml::inputLabel(
                                                $this->msg( 'categoriesfrom' 
)->text(),
-                                               'from', 'from', 20, $from ) .
+                                               'from', 'from', 20, $from, 
array( 'class' => 'mw-ui-input-inline') ) .
                                                ' ' .
-                                               Xml::submitButton( $this->msg( 
'allpagessubmit' )->text()
+                                               Xml::submitButton(
+                                                       $this->msg( 
'allpagessubmit' )->text(),
+                                                       array( 'class' => 
'mw-ui-button mw-ui-progressive' )
                                                )
                                )
                );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I96c684f6f7b352afd368624d814761f359e7b551
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Prtksxna <[email protected]>

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

Reply via email to