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