r82006 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82005‎ | r82006 | r82007 >
Date:02:34, 12 February 2011
Author:kaldari
Status:deferred
Tags:
Comment:
a fix for bug 26465
Modified paths:
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.mwCoolCats.css (modified) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.removeCtrl.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/jquery/jquery.mwCoolCats.css
@@ -41,7 +41,7 @@
4242 color:white;
4343 }
4444
45 -.cat-widget li div.mwe-upwiz-remove-ctrl {
 45+.cat-widget li .mwe-upwiz-remove-ctrl {
4646 display: inline-block;
4747 }
4848
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.removeCtrl.js
@@ -4,7 +4,7 @@
55 ( function ( $j ) {
66 $j.fn.removeCtrl = function( msgKey, tooltipMsgKey, callback ) {
77 var msg = (msgKey === null) ? '' : gM( msgKey );
8 - return $j( '<div class="mwe-upwiz-remove-ctrl ui-corner-all" />' )
 8+ return $j( '<span class="mwe-upwiz-remove-ctrl ui-corner-all" />' )
99 .attr( 'title', gM( tooltipMsgKey ) )
1010 .click( callback )
1111 .hover( function() { $j( this ).addClass( 'hover' ); },

Status & tagging log