Template:Team:UC Davis/KO3D

From 2013.igem.org

(Difference between revisions)
Line 376: Line 376:
                     $('.yaxis').show();
                     $('.yaxis').show();
                     $('.xaxis').show();
                     $('.xaxis').show();
-
                     $('#zoommenu').show();
+
                     $('#zoommenu').css({visibility:visible});
widget_mode = "2D";
widget_mode = "2D";
             dataseries = [];
             dataseries = [];
Line 411: Line 411:
                     $('.yaxis').hide();
                     $('.yaxis').hide();
                     $('.xaxis').hide();
                     $('.xaxis').hide();
-
                     $('#zoommenu').hide();
+
                     $('#zoommenu').css({visibility:hidden});
widget_mode = "3D";
widget_mode = "3D";
update3DPlotMeshes();
update3DPlotMeshes();
Line 1,101: Line 1,101:
#mw_zoommenu {
#mw_zoommenu {
top: 25px;
top: 25px;
-
right: 600px;
+
right: 620px;
padding: 3px 0px 4px 9px;
padding: 3px 0px 4px 9px;
position: absolute;
position: absolute;

Revision as of 02:37, 28 October 2013