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

Change subject: Fix css regression (watchlist margins)
......................................................................


Fix css regression (watchlist margins)

Regression introduced by Ia8c0f9bc91b97c526823789885042e6e1c558b54
Bug: 64081
Change-Id: Ie526e84b26eb1a600331e05756856197644a8bbe
---
M includes/specials/SpecialMobileWatchlist.php
M less/specials/pagefeed.less
2 files changed, 3 insertions(+), 3 deletions(-)

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



diff --git a/includes/specials/SpecialMobileWatchlist.php 
b/includes/specials/SpecialMobileWatchlist.php
index c44d90c..16fd395 100644
--- a/includes/specials/SpecialMobileWatchlist.php
+++ b/includes/specials/SpecialMobileWatchlist.php
@@ -430,7 +430,7 @@
                }
 
                $output->addHtml(
-                       Html::openElement( 'div', array( 'class' => 'info' ) ) .
+                       Html::openElement( 'div', array( 'class' => 'info 
empty-page' ) ) .
                                $msg .
                                Html::element( 'a',
                                        array( 'class' => 'button', 'href' => 
Title::newMainPage()->getLocalUrl() ),
diff --git a/less/specials/pagefeed.less b/less/specials/pagefeed.less
index 02b1406..6246ccf 100644
--- a/less/specials/pagefeed.less
+++ b/less/specials/pagefeed.less
@@ -54,9 +54,9 @@
        }
 }
 
-// empty watchlist message
+// empty watchlist item (does not include revision information)
 // FIXME: Can we generalise these rules into a common design pattern?
-.info {
+.empty-page {
        margin: 3em;
        color: @infoColor;
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie526e84b26eb1a600331e05756856197644a8bbe
Gerrit-PatchSet: 5
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: Awjrichards <[email protected]>
Gerrit-Reviewer: JGonera <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Kaldari <[email protected]>
Gerrit-Reviewer: MaxSem <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to