From 9fc215866adc6d157f8b1073d03479bd358b7913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Laxstr=C3=B6m?= Date: Thu, 26 May 2016 10:30:08 +0200 Subject: [PATCH] Have the background for input settings not run to the edge of the dialog Bug: T136273 Change-Id: Iddc5233d840cd6f2c3e4393ea221b6882d03c531 --- resources/js/ext.uls.inputsettings.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/js/ext.uls.inputsettings.js b/resources/js/ext.uls.inputsettings.js index 8aaa4c5d..60c436d2 100644 --- a/resources/js/ext.uls.inputsettings.js +++ b/resources/js/ext.uls.inputsettings.js @@ -42,11 +42,13 @@ // Web IMEs enabling chechbox with label '
' + - '
' + + '
' + + '
' + // "Input settings for language xyz" title '

' + '
' + '
' + + '
' + // Disable IME system button '
' + @@ -207,7 +209,7 @@ ); return $( '
' ) - .addClass( 'mw-ui-radio twelve columns' ) + .addClass( 'mw-ui-radio' ) .append( $inputMethodItem, $imeLabel ); },