diff --git a/chromebook-checkout-meteor/client/main.css b/chromebook-checkout-meteor/client/main.css index c002b9e..b0a237c 100644 --- a/chromebook-checkout-meteor/client/main.css +++ b/chromebook-checkout-meteor/client/main.css @@ -19,11 +19,11 @@ html { } .chromeicon { - height: 35px; - width: 35px; + height: 30px; + width: 30px; float: right; - margin-right: 31%; - margin-top: 1.2%; + margin-right: 41.4%; + margin-top: 0.5%; } body { @@ -108,7 +108,7 @@ p { } p.bottom { padding-top:0%; - margin-left:30%; + margin-left:41.5%; margin-right:auto; color:#f7f7f7; max-width:325px; diff --git a/chromebook-checkout-meteor/client/teacher.js b/chromebook-checkout-meteor/client/teacher.js index 144264e..830e45e 100644 --- a/chromebook-checkout-meteor/client/teacher.js +++ b/chromebook-checkout-meteor/client/teacher.js @@ -1,10 +1,6 @@ ReactiveTabs.createInterface({ template: 'teacherTabs', onChange: function (slug, template) { - // This callback runs every time a tab changes. - // The `template` instance is unique per {{#basicTabs}} block. - console.log('[tabs] Tab has changed! Current tab:', slug); - console.log('[tabs] Template instance calling onChange:', template); } });