r91077 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91076‎ | r91077 | r91078 >
Date:15:59, 29 June 2011
Author:santhosh
Status:deferred (Comments)
Tags:
Comment:
Fixed the z-index of webfonts menu, broken in r90972.
Modified paths:
  • /trunk/extensions/WebFonts/css/webfonts.css (modified) (history)

Diff [purge]

Index: trunk/extensions/WebFonts/css/webfonts.css
@@ -7,13 +7,14 @@
88 margin: 0;
99 padding:0;
1010 font-size: 100%;
11 - z-index: 99999
 11+ z-index: 99999;
1212 }
1313
1414 div#webfonts-fonts{
1515 margin: 0;
1616 padding:5px;
1717 font-size: 100%;
 18+ z-index: 99999;
1819 }
1920
2021

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90972FIX : Bug 29609 - The TT icon overlaps with the "select font" link when wgBet...santhosh15:47, 28 June 2011

Comments

#Comment by Amire80 (talk | contribs)   15:48, 30 June 2011

Just curious - isn't there anything better than writing an arbitrary large number like "99999"?

#Comment by Santhosh.thottingal (talk | contribs)   16:30, 30 June 2011

We just wanted to ensure that it comes on top of everything. https://developer.mozilla.org/en/Understanding_CSS_z-index/Adding_z-index Any number will do, as far as it stays on top of the stack.

Status & tagging log