jenkins-bot has submitted this change and it was merged.

Change subject: Have the background for input settings not run to the edge of 
the dialog
......................................................................


Have the background for input settings not run to the edge of the dialog

Bug: T136273
Change-Id: Iddc5233d840cd6f2c3e4393ea221b6882d03c531
---
M resources/js/ext.uls.inputsettings.js
1 file changed, 4 insertions(+), 2 deletions(-)

Approvals:
  Santhosh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/resources/js/ext.uls.inputsettings.js 
b/resources/js/ext.uls.inputsettings.js
index 8aaa4c5..60c436d 100644
--- a/resources/js/ext.uls.inputsettings.js
+++ b/resources/js/ext.uls.inputsettings.js
@@ -42,9 +42,11 @@
 
                // Web IMEs enabling chechbox with label
                '<div class="row enabled-only">' +
-               '<div class="twelve columns 
uls-input-settings-inputmethods-list">' +
+               '<div class="twelve columns">' +
+               '<div class="uls-input-settings-inputmethods-list">' +
                // "Input settings for language xyz" title
                '<h4 class="ext-uls-input-settings-imes-title"></h4>' +
+               '</div>' +
                '</div>' +
                '</div>' +
 
@@ -207,7 +209,7 @@
                        );
 
                        return $( '<div>' )
-                               .addClass( 'mw-ui-radio twelve columns' )
+                               .addClass( 'mw-ui-radio' )
                                .append( $inputMethodItem, $imeLabel );
                },
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iddc5233d840cd6f2c3e4393ea221b6882d03c531
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: Santhosh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to