# HG changeset patch # User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> # Date 1297092463 -3600 # Node ID d191777f1bedf264784362a77393a4907bbada28 # Parent 933198f8c8ee66738fadf1fbba3c60d11ed9b1ed adapt height for ie diff -r 933198f8c8ee -r d191777f1bed web/rsln/index.php --- a/web/rsln/index.php Mon Feb 07 14:54:52 2011 +0100 +++ b/web/rsln/index.php Mon Feb 07 16:27:43 2011 +0100 @@ -142,7 +142,7 @@ $("#Video_ldt").fancybox({ 'width' : 1021, - 'height' : 651, + 'height' : 661, 'autoScale' : false, 'transitionIn' : 'none', 'transitionOut' : 'none',