Allow logge din users to access the home page

This commit is contained in:
yflory
2017-02-02 18:09:27 +01:00
parent bed49d0b26
commit b0fb56fa63
9 changed files with 116 additions and 43 deletions

View File

@@ -239,11 +239,6 @@ body.html {
background-color: #000;
opacity: 0.3;
}
#mainBlock {
&.hidden {
display: none;
}
}
#noscriptContainer {
color: black;
position: absolute;
@@ -277,6 +272,9 @@ body.html {
background-size: cover;
background-attachment: fixed;
background-position: center;
.hidden {
display: none !important;
}
}
#main_other {
padding: 0 @main-border-width;
@@ -344,6 +342,31 @@ body.html {
}
}
#loggedIn {
color: @main-color;
display: inline-block;
position: absolute;
top: 50%;
right: 0;
margin-left: 50px;
width: 350px;
max-width: 35%;
transform: translateY(-50%);
text-align: center;
font-weight: bold;
button {
font-weight: bold;
cursor: pointer;
}
p {
margin: 20px;
padding: 0;
font-size: 20px;
line-height: 1.5em;
}
}
#userForm {
position: absolute;
right: 0;