Gerrit Patch Uploader has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/338045 )

Change subject: Add spacing before the mw-collapsible-toggle links
......................................................................

Add spacing before the mw-collapsible-toggle links

Bug: T155347
Change-Id: I2f0fcfbb4095e8f7e8955ceda613685ea0f6bef9
---
M resources/src/jquery/jquery.makeCollapsible.js
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/45/338045/1

diff --git a/resources/src/jquery/jquery.makeCollapsible.js 
b/resources/src/jquery/jquery.makeCollapsible.js
index eef3846..3b2deaa 100644
--- a/resources/src/jquery/jquery.makeCollapsible.js
+++ b/resources/src/jquery/jquery.makeCollapsible.js
@@ -278,6 +278,7 @@
                                        .text( collapseText )
                                        .wrap( '<span 
class="mw-collapsible-toggle"></span>' )
                                                .parent()
+                                               .css( 'margin-left', '0.3em' )
                                                .prepend( '<span 
class="mw-collapsible-bracket">[</span>' )
                                                .append( '<span 
class="mw-collapsible-bracket">]</span>' )
                                                .on( 'click.mw-collapsible 
keypress.mw-collapsible', actionHandler );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2f0fcfbb4095e8f7e8955ceda613685ea0f6bef9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Gerrit Patch Uploader <gerritpatchuploa...@gmail.com>

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

Reply via email to