Display fixes
This commit is contained in:
parent
ed6a594705
commit
f79e840ae2
@ -123,7 +123,7 @@ p.text {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-buttons {
|
.login-button {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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%;
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user