Nikerabbit has uploaded a new change for review.
https://gerrit.wikimedia.org/r/290891
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(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UniversalLanguageSelector
refs/changes/91/290891/1
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: newchange
Gerrit-Change-Id: Iddc5233d840cd6f2c3e4393ea221b6882d03c531
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits