From f79e840ae202aa259fd71fca0c671663956375af Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Thu, 1 Sep 2016 00:38:06 -0400 Subject: [PATCH] Display fixes --- hourglass/client/login/login.css | 2 +- hourglass/client/profile/profile.css | 2 +- hourglass/client/profile/profile.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hourglass/client/login/login.css b/hourglass/client/login/login.css index 2d6296a..d18e05d 100644 --- a/hourglass/client/login/login.css +++ b/hourglass/client/login/login.css @@ -123,7 +123,7 @@ p.text { bottom: 0; } -.login-buttons { +.login-button { display: none !important; } diff --git a/hourglass/client/profile/profile.css b/hourglass/client/profile/profile.css index e9b43b4..1c3d8a2 100644 --- a/hourglass/client/profile/profile.css +++ b/hourglass/client/profile/profile.css @@ -625,7 +625,7 @@ #joinPrivClass { width: 18%; - margin-bottom: -10%; + margin-bottom: -20%; padding: 1.5%; padding-bottom: 2%; diff --git a/hourglass/client/profile/profile.js b/hourglass/client/profile/profile.js index 1c043d5..428d67a 100644 --- a/hourglass/client/profile/profile.js +++ b/hourglass/client/profile/profile.js @@ -246,7 +246,7 @@ Template.profile.events({ if(Session.get("privateClass") && !document.getElementById("joinPrivClass").contains(event.target)) { Session.set("privateClass",false); - document.getElementById("joinPrivClass").style.marginBottom = "-10%"; + document.getElementById("joinPrivClass").style.marginBottom = "-20%"; } }, // MAIN BUTTONS