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