Jdlrobson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/63168


Change subject: Style the more link in watchlist so it doesn't look so ugly
......................................................................

Style the more link in watchlist so it doesn't look so ugly

currently it looks terrible

Change-Id: I304e8937ace78bc04e9a4013dcbd6b973309f7ce
---
M includes/specials/SpecialMobileWatchlist.php
M less/specials/watchlist.less
M stylesheets/specials/watchlist.css
3 files changed, 12 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/68/63168/1

diff --git a/includes/specials/SpecialMobileWatchlist.php 
b/includes/specials/SpecialMobileWatchlist.php
index c0d4f62..4cc4bbe 100644
--- a/includes/specials/SpecialMobileWatchlist.php
+++ b/includes/specials/SpecialMobileWatchlist.php
@@ -358,7 +358,7 @@
                                                                                
'filter' => $this->filter,
                                                                        )
                                                                ),
-                                                       'class' => 'more 
button',
+                                                       'class' => 'more',
                                                )
                                        ) .
                                        wfMessage( 
'mobile-frontend-watchlist-more' )->escaped() .
diff --git a/less/specials/watchlist.less b/less/specials/watchlist.less
index 84dbf46..50649ec 100644
--- a/less/specials/watchlist.less
+++ b/less/specials/watchlist.less
@@ -128,3 +128,9 @@
        color: #b24242;
        background-image: url(images/user-anon.png);
 }
+
+a.more {
+       display: block;
+       margin-top: 1em;
+       text-align: center;
+}
diff --git a/stylesheets/specials/watchlist.css 
b/stylesheets/specials/watchlist.css
index 27b3685..b477629 100644
--- a/stylesheets/specials/watchlist.css
+++ b/stylesheets/specials/watchlist.css
@@ -124,3 +124,8 @@
   color: #b24242;
   background-image: url(images/user-anon.png);
 }
+a.more {
+  display: block;
+  margin-top: 1em;
+  text-align: center;
+}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I304e8937ace78bc04e9a4013dcbd6b973309f7ce
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

Reply via email to