Lucas Werkmeister (WMDE) has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/353017 )

Change subject: Add margin to popup close button
......................................................................

Add margin to popup close button

This vertically aligns the close button with the “potential issues”
heading.

Bug: T164829
Change-Id: Iec65d1178c8d6019c27c8b829efae391d6d84467
---
M docs/user.js
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikibaseQualityConstraints
 refs/changes/17/353017/1

diff --git a/docs/user.js b/docs/user.js
index 6f55d46..b2c0681 100644
--- a/docs/user.js
+++ b/docs/user.js
@@ -35,6 +35,7 @@
                        'margin-left': '0.5em' // margin-inline-start is not 
supported by all browsers, margin-left is equivalent in ltr languages
                } );
                widget.popup.$element.css( 'z-index', 2 ); // prevent collision 
with rank selector and property grey field; TODO better way to do this?
+               widget.popup.closeButton.$element.css( 'margin-top', '0.6em' ); 
// roughly align with h4
 
                return widget;
        }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iec65d1178c8d6019c27c8b829efae391d6d84467
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQualityConstraints
Gerrit-Branch: master
Gerrit-Owner: Lucas Werkmeister (WMDE) <[email protected]>

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

Reply via email to