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

Change subject: Regression: Fix login logo
......................................................................


Regression: Fix login logo

Since we refactored our css rules for images
this is now getting height auto

Remove a redundant width 100%

Add FIXME shedding doubt on this rule to reaccess later
Change-Id: I58168ee9700994ed39062302a17155e6c7a064c1
---
M less/specials/userlogin.less
1 file changed, 3 insertions(+), 3 deletions(-)

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



diff --git a/less/specials/userlogin.less b/less/specials/userlogin.less
index 763b45c..786a8f8 100644
--- a/less/specials/userlogin.less
+++ b/less/specials/userlogin.less
@@ -9,12 +9,12 @@
 #mw-mf-accountcreate {
        .watermark {
                text-align: center;
+               // FIXME: Should we set the height here?
                height: 72px;
-               width: 100%;
                margin-bottom: @headingMargin;
                img {
-                       height: 72px;
-                       width: auto;
+                       // Important to override default max-width and height 
auto combo
+                       height: 72px !important;
                }
        }
 

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

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

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

Reply via email to