r57630 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57629‎ | r57630 | r57631 >
Date:21:27, 10 October 2009
Author:dale
Status:deferred
Tags:
Comment:
* fixed spacing for oggHandler js rewrite to new player
Modified paths:
  • /trunk/phase3/js2/remoteMwEmbed.js (modified) (history)

Diff [purge]

Index: trunk/phase3/js2/remoteMwEmbed.js
@@ -93,7 +93,7 @@
9494 pheight + 'px;"></video>';
9595 //set the video tag inner html and update the height
9696 $j( '#' + vidId ).html( vid_html )
97 - .css('height', pheight + 20);
 97+ .css('height', pheight + 30);
9898
9999 }
100100

Status & tagging log