Display fixes

This commit is contained in:
Kenneth Jao 2016-09-01 00:38:06 -04:00
parent ed6a594705
commit f79e840ae2
3 changed files with 3 additions and 3 deletions

View File

@ -123,7 +123,7 @@ p.text {
bottom: 0; bottom: 0;
} }
.login-buttons { .login-button {
display: none !important; display: none !important;
} }

View File

@ -625,7 +625,7 @@
#joinPrivClass { #joinPrivClass {
width: 18%; width: 18%;
margin-bottom: -10%; margin-bottom: -20%;
padding: 1.5%; padding: 1.5%;
padding-bottom: 2%; padding-bottom: 2%;

View File

@ -246,7 +246,7 @@ Template.profile.events({
if(Session.get("privateClass") && if(Session.get("privateClass") &&
!document.getElementById("joinPrivClass").contains(event.target)) { !document.getElementById("joinPrivClass").contains(event.target)) {
Session.set("privateClass",false); Session.set("privateClass",false);
document.getElementById("joinPrivClass").style.marginBottom = "-10%"; document.getElementById("joinPrivClass").style.marginBottom = "-20%";
} }
}, },
// MAIN BUTTONS // MAIN BUTTONS