r104842 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104841‎ | r104842 | r104843 >
Date:09:08, 1 December 2011
Author:santhosh
Status:resolved (Comments)
Tags:
Comment:
Fix the pointer behaviour in the menu items of Narayam extension.
Modified paths:
  • /trunk/extensions/Narayam/resources/ext.narayam.core.css (modified) (history)

Diff [purge]

Index: trunk/extensions/Narayam/resources/ext.narayam.core.css
@@ -20,7 +20,6 @@
2121 div#narayam-menu {
2222 direction: ltr;
2323 float: left;
24 - cursor: pointer;
2524 }
2625 div.narayam-menuFocus {
2726 background-position: -22px 60%;
@@ -108,7 +107,6 @@
109108 padding: 0.5em;
110109 white-space: nowrap;
111110 color: #0645ad;
112 - cursor: pointer;
113111 /* font-size: 0.8em;*/
114112 }
115113 /* IGNORED BY IE6 */
@@ -154,3 +152,7 @@
155153 li.narayam-more-imes-link a {
156154 padding-left: 10px;
157155 }
 156+
 157+div#narayam-menu label:hover, input:hover {
 158+ cursor: pointer;
 159+}

Follow-up revisions

RevisionCommit summaryAuthorDate
r104972Added missing href attribute....santhosh14:51, 2 December 2011

Comments

#Comment by Nikerabbit (talk | contribs)   09:11, 2 December 2011

This fails for the expand link.

#Comment by Santhosh.thottingal (talk | contribs)   14:51, 2 December 2011

It was failing because of the missing href attribute. Added it in r104972.

Status & tagging log