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();
widget_mode = "2D";
widget_mode = "2D";
             dataseries = [];
             dataseries = [];
Line 410: Line 411:
                     $('.yaxis').hide();
                     $('.yaxis').hide();
                     $('.xaxis').hide();
                     $('.xaxis').hide();
 +
                    $('#zoommenu').hide();
widget_mode = "3D";
widget_mode = "3D";
update3DPlotMeshes();
update3DPlotMeshes();
Line 1,099: Line 1,101:
#mw_zoommenu {
#mw_zoommenu {
top: 25px;
top: 25px;
-
right: 550px;
+
right: 600px;
padding: 3px 0px 4px 9px;
padding: 3px 0px 4px 9px;
position: absolute;
position: absolute;

Revision as of 02:33, 28 October 2013