Jdlrobson has uploaded a new change for review.
https://gerrit.wikimedia.org/r/91615
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(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend
refs/changes/15/91615/1
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: newchange
Gerrit-Change-Id: I58168ee9700994ed39062302a17155e6c7a064c1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits