r102501 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102500‎ | r102501 | r102502 >
Date:09:58, 9 November 2011
Author:santhosh
Status:ok
Tags:
Comment:
Fix Narayam UI in modern skin.
Modified paths:
  • /trunk/extensions/Narayam/Narayam.php (modified) (history)
  • /trunk/extensions/Narayam/css/ext.narayam.core-modern.css (added) (history)

Diff [purge]

Index: trunk/extensions/Narayam/css/ext.narayam.core-modern.css
@@ -0,0 +1,23 @@
 2+#p-personal {
 3+ /* #p-personal has overflow:hidden. That makes a dropdown menu appearing hidden.
 4+ * overriding it this way may not be the best way.
 5+ */
 6+ overflow: visible!important;
 7+}
 8+
 9+div#narayam-menu li {
 10+ background-color: #FFFFFF;
 11+ font-size: 80%;
 12+ font-weight:normal;
 13+ border-right: solid 1px silver;
 14+ border-left: solid 1px silver;
 15+}
 16+div#narayam-menu li a:hover{
 17+ color:#0645AD;
 18+}
 19+li.narayam-help-link{
 20+ border-bottom: solid 1px silver;
 21+}
 22+div#narayam-menu li:hover {
 23+ background-color: #FFFFFF;
 24+}
Property changes on: trunk/extensions/Narayam/css/ext.narayam.core-modern.css
___________________________________________________________________
Added: svn:eol-style
125 + native
Index: trunk/extensions/Narayam/Narayam.php
@@ -133,6 +133,7 @@
134134 'skinStyles' => array(
135135 'monobook' => 'css/ext.narayam.core-monobook.css',
136136 'vector' => 'css/ext.narayam.core-vector.css',
 137+ 'modern' => 'css/ext.narayam.core-modern.css',
137138 ),
138139 'messages' => array(
139140 'narayam-checkbox-tooltip',

Follow-up revisions

RevisionCommit summaryAuthorDate
r102509Followup r102501, css cleanup.santhosh11:54, 9 November 2011

Status & tagging log