Florianschmidtwelzow has uploaded a new change for review.

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

Change subject: Add mobile target for inputbox styles
......................................................................

Add mobile target for inputbox styles

It's small and useful (centered inputboxes should be centered in mobile, too).

Change-Id: I614fa4bfa8b0136beafe0ed15cba9931859526b5
---
M InputBox.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/InputBox 
refs/changes/54/206954/1

diff --git a/InputBox.php b/InputBox.php
index d722cac..c49825d 100644
--- a/InputBox.php
+++ b/InputBox.php
@@ -57,6 +57,7 @@
 
 $wgResourceModules['ext.inputBox.styles'] = $resourcePaths + array(
        'styles' => 'ext.inputBox.styles.css',
+       'targets' => array( 'mobile', 'desktop' ),
 );
 
 $wgResourceModules['ext.inputBox'] = $resourcePaths + array(

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I614fa4bfa8b0136beafe0ed15cba9931859526b5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/InputBox
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <florian.schmidt.wel...@t-online.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to