r75492 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75491‎ | r75492 | r75493 >
Date:00:36, 27 October 2010
Author:hartman
Status:deferred
Tags:
Comment:
zindex -> z-index
Modified paths:
  • /branches/MwEmbedStandAlone/modules/EmbedPlayer/mw.EmbedPlayer.js (modified) (history)

Diff [purge]

Index: branches/MwEmbedStandAlone/modules/EmbedPlayer/mw.EmbedPlayer.js
@@ -2283,7 +2283,7 @@
22842284 .css( {
22852285 'display' : 'none',
22862286 'position' : 'absolute',
2287 - 'zindex' : 2,
 2287+ 'z-index' : 2,
22882288 'top' : '0px',
22892289 'left' : '0px'
22902290 })
@@ -2293,7 +2293,7 @@
22942294 // once faded in remove org and rename new:
22952295 $j( '#img_thumb_' + _this.id ).remove();
22962296 $j( '#new_img_thumb_' + _this.id ).attr( 'id', 'img_thumb_' + _this.id );
2297 - $j( '#img_thumb_' + _this.id ).css( 'zindex', '1' );
 2297+ $j( '#img_thumb_' + _this.id ).css( 'z-index', '1' );
22982298 _this.thumbnail_updating = false;
22992299 // mw.log("done fadding in "+ $j('#img_thumb_'+_this.id).attr("src"));
23002300

Follow-up revisions

RevisionCommit summaryAuthorDate
r76854Follow up to r76689. This reapplies r75471, r75492 and r75592 which were over...hartman23:40, 16 November 2010

Status & tagging log