r102509 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102508‎ | r102509 | r102510 >
Date:11:54, 9 November 2011
Author:santhosh
Status:resolved (Comments)
Tags:
Comment:
Followup r102501, css cleanup.
Modified paths:
  • /trunk/extensions/Narayam/css/ext.narayam.core-modern.css (modified) (history)

Diff [purge]

Index: trunk/extensions/Narayam/css/ext.narayam.core-modern.css
@@ -4,20 +4,22 @@
55 */
66 overflow: visible!important;
77 }
8 -
 8+div#narayam-menu ul,
 9+x:-moz-any-link {
 10+ min-width: 15em;
 11+ height: auto;
 12+}
913 div#narayam-menu li {
1014 background-color: #FFFFFF;
11 - font-size: 80%;
1215 font-weight:normal;
13 - border-right: solid 1px silver;
14 - border-left: solid 1px silver;
 16+ white-space:nowrap;
1517 }
 18+div#narayam-menu{
 19+ border: solid 1px silver;
 20+}
1621 div#narayam-menu li a:hover{
1722 color:#0645AD;
1823 }
19 -li.narayam-help-link{
20 - border-bottom: solid 1px silver;
21 -}
2224 div#narayam-menu li:hover {
2325 background-color: #FFFFFF;
2426 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r103145CSS cleanup. Fix the issue with browers on the menu border....santhosh10:56, 15 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102501Fix Narayam UI in modern skin.santhosh09:58, 9 November 2011

Comments

#Comment by Nikerabbit (talk | contribs)   11:59, 10 November 2011

Imho the silver border on all sides does not look good in modern.

Status & tagging log