jenkins-bot has submitted this change and it was merged.

Change subject: Regression: Center login button in drawer
......................................................................


Regression: Center login button in drawer

Use correct variable

Change-Id: Ic5e4ef5380333c6dc0457013d02fda42477d05b2
---
M less/common/drawer.less
M stylesheets/common/drawer.css
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  JGonera: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/less/common/drawer.less b/less/common/drawer.less
index 9af0ce5..4ee132f 100644
--- a/less/common/drawer.less
+++ b/less/common/drawer.less
@@ -16,7 +16,7 @@
 
        a.button {
                display: block;
-               margin: 1em @searchBarPaddingLeft 1em @searchBarPaddingRight;
+               margin: 1em @contentMarginLeft;
        }
 
        a.signup {
diff --git a/stylesheets/common/drawer.css b/stylesheets/common/drawer.css
index d8682d2..fd0818f 100644
--- a/stylesheets/common/drawer.css
+++ b/stylesheets/common/drawer.css
@@ -20,7 +20,7 @@
 }
 .drawer a.button {
   display: block;
-  margin: 1em 40px 1em 40px;
+  margin: 1em 23px;
 }
 .drawer a.signup {
   display: block;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic5e4ef5380333c6dc0457013d02fda42477d05b2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: JGonera <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to