Nemo bis has uploaded a new change for review.

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

Change subject: Replace #p-lang-list for monobook as well
......................................................................

Replace #p-lang-list for monobook as well

Followup to I154919a54b032dd481fe080204a2a16819d85140

Change-Id: Ibbfccfe2300f10808a45ee2bb1ecb45dcf3eb079
---
M resources/css/ext.uls.compactlinks.css
M resources/js/ext.uls.compactlinks.js
2 files changed, 3 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UniversalLanguageSelector 
refs/changes/55/135055/1

diff --git a/resources/css/ext.uls.compactlinks.css 
b/resources/css/ext.uls.compactlinks.css
index 281a25d..5676097 100644
--- a/resources/css/ext.uls.compactlinks.css
+++ b/resources/css/ext.uls.compactlinks.css
@@ -6,7 +6,8 @@
        margin: 5px 0;
 }
 
-#p-lang .body ul .uls-trigger {
+#p-lang .body ul .uls-trigger,
+#p-lang .pBody ul .uls-trigger {
        background-image: none;
        padding: 0;
 }
diff --git a/resources/js/ext.uls.compactlinks.js 
b/resources/js/ext.uls.compactlinks.js
index 2f276fd..41975e2 100644
--- a/resources/js/ext.uls.compactlinks.js
+++ b/resources/js/ext.uls.compactlinks.js
@@ -317,6 +317,6 @@
        };
 
        $( document ).ready( function () {
-               $( '#p-lang .body ul' ).compactInterlanguageList();
+               $( '#p-lang ul' ).compactInterlanguageList();
        } );
 }( jQuery, mediaWiki ) );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibbfccfe2300f10808a45ee2bb1ecb45dcf3eb079
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Nemo bis <federicol...@tiscali.it>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to