Template:Team:Oxford/templates/header

From 2014.igem.org

(Difference between revisions)
Line 461: Line 461:
   });  
   });  
   $("#interlab").click(function(){
   $("#interlab").click(function(){
-
     $("#Interlabpopup").animate({width:'27%', left:'15%', top:'25%'}, "fast");
+
     $("#Interlabpopup").animate({width:'27%', left:'15%'}, "fast");
     $("#Interlabwrap").animate({backgroundColor: 'rgba(0,0,0,0.3)'});
     $("#Interlabwrap").animate({backgroundColor: 'rgba(0,0,0,0.3)'});
   });  
   });  
   $("#Interlabwrap").click(function(){
   $("#Interlabwrap").click(function(){
-
     $("#Interlabpopup").animate({width:'0%', left:'5%', top:'37%'}, "fast");
+
     $("#Interlabpopup").animate({width:'0%', left:'5%'}, "fast");
   });  
   });  
});
});

Revision as of 16:21, 6 October 2014