]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Updated videolist popup video viewer position to work better for wider screens
authorPete Harris <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 3 Jun 2010 17:31:01 +0000 (17:31 +0000)
committerPete Harris <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 3 Jun 2010 17:31:01 +0000 (17:31 +0000)
git-svn-id: http://code.elgg.org@6347 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/forms/browsetube.php

index fe9a9518caea8c3a80b8b78cd9986c1248ca0074..82201a81c2d2368aab1f6fe779c9a317a3007386 100644 (file)
@@ -206,7 +206,7 @@ function disableScreen(embed_video, param2) {
                        
        $(getContainer).css({
                                        top: getPageScroll()[1] + (getPageHeight() / 10),
-                                       left: ((getPageWidth() / 2) - (300)),
+                                       left: ((getPageWidth() / 2) - (400)),
                                        height: "0px"
       }).animate( {height:"390px"}, 600 );