[MediaWiki-commits] [Gerrit] Monobook's CSS shouldn't change ULS language name case - change (mediawiki...UniversalLanguageSelector)

2013-04-03 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Monobook's CSS shouldn't change ULS language name case
..


Monobook's CSS shouldn't change ULS language name case

Adds a skin specific css

Bug: 46725
Change-Id: I85e29515280ea2af6262c20937a0d9bd960244b3
---
M Resources.php
A resources/css/ext.uls-monobook.css
2 files changed, 7 insertions(+), 0 deletions(-)

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



diff --git a/Resources.php b/Resources.php
index cc6870b..65d6fc5 100644
--- a/Resources.php
+++ b/Resources.php
@@ -39,6 +39,9 @@
 $wgResourceModules['ext.uls.init'] = array(
'scripts' = 'resources/js/ext.uls.init.js',
'styles' = 'resources/css/ext.uls.css',
+   'skinStyles' = array(
+   'monobook' = 'resources/css/ext.uls-monobook.css',
+   ),
'localBasePath' = $dir,
'remoteExtPath' = 'UniversalLanguageSelector',
'dependencies' = array(
diff --git a/resources/css/ext.uls-monobook.css 
b/resources/css/ext.uls-monobook.css
new file mode 100644
index 000..8654483
--- /dev/null
+++ b/resources/css/ext.uls-monobook.css
@@ -0,0 +1,4 @@
+li#pt-uls {
+   text-transform: none;
+}
+

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I85e29515280ea2af6262c20937a0d9bd960244b3
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Santhosh santhosh.thottin...@gmail.com
Gerrit-Reviewer: Amire80 amir.ahar...@mail.huji.ac.il
Gerrit-Reviewer: Nikerabbit niklas.laxst...@gmail.com
Gerrit-Reviewer: Pginer pgi...@wikimedia.org
Gerrit-Reviewer: Siebrand siebr...@wikimedia.org
Gerrit-Reviewer: jenkins-bot

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


[MediaWiki-commits] [Gerrit] Monobook's CSS shouldn't change ULS language name case - change (mediawiki...UniversalLanguageSelector)

2013-04-02 Thread Santhosh (Code Review)
Santhosh has uploaded a new change for review.

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


Change subject: Monobook's CSS shouldn't change ULS language name case
..

Monobook's CSS shouldn't change ULS language name case

Bug: 46725
Change-Id: I85e29515280ea2af6262c20937a0d9bd960244b3
---
M resources/css/ext.uls.css
1 file changed, 1 insertion(+), 0 deletions(-)


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

diff --git a/resources/css/ext.uls.css b/resources/css/ext.uls.css
index bb37507..6b83aa7 100644
--- a/resources/css/ext.uls.css
+++ b/resources/css/ext.uls.css
@@ -1,5 +1,6 @@
 li#pt-uls a.uls-trigger {
padding-left: 30px;
+   text-transform: none;
 }
 
 /* Opera for some inexplicable reason confuses right and left padding with */

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I85e29515280ea2af6262c20937a0d9bd960244b3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Santhosh santhosh.thottin...@gmail.com

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